|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.impl.membership.pse.PSESecurityEngineFactory
public abstract class PSESecurityEngineFactory
A factory for PSE Security Engines.
PSEPeerSecurityEngine
Constructor Summary | |
---|---|
PSESecurityEngineFactory()
|
Method Summary | |
---|---|
static PSESecurityEngineFactory |
getDefault()
Returns the default Security Engine Factory. |
abstract PSEPeerSecurityEngine |
getInstance(PSEMembershipService service,
PSEConfigAdv config)
Creates a new Peer Security Engine instance based upon the context and configuration.sss |
static void |
setPSESecurityEngineManager(PSESecurityEngineFactory newSecurityEngine)
Set the default PSESecurityEngineFactoryss |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PSESecurityEngineFactory()
Method Detail |
---|
public static void setPSESecurityEngineManager(PSESecurityEngineFactory newSecurityEngine)
public static PSESecurityEngineFactory getDefault()
public abstract PSEPeerSecurityEngine 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 |