JXTA

Uses of Class
net.jxta.impl.membership.pse.PSEAuthenticatorEngineFactory

Packages that use PSEAuthenticatorEngineFactory
net.jxta.impl.membership.pse A JXTA Membership Service utilizing PKI to provide secure identities. 
 

Uses of PSEAuthenticatorEngineFactory in net.jxta.impl.membership.pse
 

Methods in net.jxta.impl.membership.pse that return PSEAuthenticatorEngineFactory
static PSEAuthenticatorEngineFactory PSEAuthenticatorEngineFactory.getDefault()
          Returns the default Authenticator Engine.
 

Methods in net.jxta.impl.membership.pse with parameters of type PSEAuthenticatorEngineFactory
static void PSEAuthenticatorEngineFactory.setPSESecurityEngineFactory(PSEAuthenticatorEngineFactory newEngine)
           
 


JXSE