JXTA

Uses of Package
net.jxta.impl.membership.pse

Packages that use net.jxta.impl.membership.pse
net.jxta.impl.access.pse A JXTA AccessService implementation which utilizes the PSE Membership service to make access control descisions. 
net.jxta.impl.endpoint.cbjx A JXTA MessageTransport implementation which which provides message verification by examining message signatures. 
net.jxta.impl.endpoint.tls A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. 
net.jxta.impl.membership.pse A JXTA Membership Service utilizing PKI to provide secure identities. 
 

Classes in net.jxta.impl.membership.pse used by net.jxta.impl.access.pse
PSEMembershipService
          A JXTA Membership Service utilizing PKI to provide secure identities.
 

Classes in net.jxta.impl.membership.pse used by net.jxta.impl.endpoint.cbjx
PSEMembershipService
          A JXTA Membership Service utilizing PKI to provide secure identities.
 

Classes in net.jxta.impl.membership.pse used by net.jxta.impl.endpoint.tls
PSECredential
          This class provides the sub-class of Credential which is associated with the PSE membership service.
PSEMembershipService
          A JXTA Membership Service utilizing PKI to provide secure identities.
 

Classes in net.jxta.impl.membership.pse used by net.jxta.impl.membership.pse
KeyStoreManager
          Abstracts the management of KeyStores.
PSEAuthenticatorEngine
           
PSEAuthenticatorEngineFactory
           
PSEConfig
          Manages the state of a Personal Security Enviroment.
PSECredential
          This class provides the sub-class of Credential which is associated with the PSE membership service.
PSEKeyStoreManagerFactory
          Encapsulates the behaviour for creating KeyStoreManager Objects.
PSEMembershipService
          A JXTA Membership Service utilizing PKI to provide secure identities.
PSEPeerSecurityEngine
          Provides algorithm support for PSE.
PSESecurityEngineFactory
          A factory for PSE Security Engines.
PSEUtils.IssuerInfo
          Issuer Information
StringAuthenticator
          An authenticator associated with the PSE membership service.
 


JXSE