|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.membership.pse.PSEKeyStoreManagerFactory
public abstract class PSEKeyStoreManagerFactory
Encapsulates the behaviour for creating KeyStoreManager Objects.
Constructor Summary | |
---|---|
PSEKeyStoreManagerFactory()
|
Method Summary | |
---|---|
static PSEKeyStoreManagerFactory |
getDefault()
Returns the default KeyStoreManagerGenerator. |
abstract KeyStoreManager |
getInstance(PSEMembershipService service,
PSEConfigAdv config)
Creates a new KeyStoreManager instance based upon the context and configuration. |
static void |
setDefault(PSEKeyStoreManagerFactory newDefault)
Sets the default KeyStoreManagerGenerator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSEKeyStoreManagerFactory()
Method Detail |
---|
public static void setDefault(PSEKeyStoreManagerFactory newDefault)
newDefault
- The new default KeyStoreManagerGenerator.public static PSEKeyStoreManagerFactory getDefault()
public abstract KeyStoreManager getInstance(PSEMembershipService service, PSEConfigAdv config) throws PeerGroupException
service
- The service that this keystore manager will be working for.config
- The configuration parameters.
PeerGroupException
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |