JXTA

Uses of Interface
net.jxta.impl.membership.pse.KeyStoreManager

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

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

Classes in net.jxta.impl.membership.pse that implement KeyStoreManager
 class CMKeyStoreManager
          Manages a Keystore located within the JXTA CM.
 class FileKeyStoreManager
          Manages a Keystore located within a single File.
 class URIKeyStoreManager
          Manages a Keystore located at URI.
 

Methods in net.jxta.impl.membership.pse that return KeyStoreManager
abstract  KeyStoreManager PSEKeyStoreManagerFactory.getInstance(PSEMembershipService service, PSEConfigAdv config)
          Creates a new KeyStoreManager instance based upon the context and configuration.
 

Constructors in net.jxta.impl.membership.pse with parameters of type KeyStoreManager
PSEConfig(KeyStoreManager storeManager, char[] store_password)
          Standard constructor.
 


JXSE