JXTA

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

Packages that use PSEMembershipService
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. 
 

Uses of PSEMembershipService in net.jxta.impl.access.pse
 

Fields in net.jxta.impl.access.pse declared as PSEMembershipService
(package private)  PSEMembershipService PSEAccessService.pseMembership
          The PSE Membership service we are paired with.
 

Uses of PSEMembershipService in net.jxta.impl.endpoint.cbjx
 

Fields in net.jxta.impl.endpoint.cbjx declared as PSEMembershipService
(package private)  PSEMembershipService CbJxTransport.membership
          the membership service in my group
 

Uses of PSEMembershipService in net.jxta.impl.endpoint.tls
 

Fields in net.jxta.impl.endpoint.tls declared as PSEMembershipService
(package private)  PSEMembershipService TlsTransport.membership
           
 

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

Fields in net.jxta.impl.membership.pse declared as PSEMembershipService
(package private)  PSEMembershipService StringAuthenticator.source
          The Membership Service which generated this authenticator.
(package private)  PSEMembershipService EngineAuthenticator.source
          The Membership Service which generated this authenticator.
 

Methods in net.jxta.impl.membership.pse with parameters of type PSEMembershipService
abstract  PSEPeerSecurityEngine PSESecurityEngineFactory.getInstance(PSEMembershipService service, PSEConfigAdv config)
          Creates a new Peer Security Engine instance based upon the context and configuration.sss
abstract  PSEAuthenticatorEngine PSEAuthenticatorEngineFactory.getInstance(PSEMembershipService service, PSEConfigAdv config)
          Creates a new Authenticator Engine instance based upon the context and configuration.
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 PSEMembershipService
DialogAuthenticator(PSEMembershipService source, AuthenticationCredential application)
          Creates an authenticator for the PSE membership service.
DialogAuthenticator(PSEMembershipService source, AuthenticationCredential application, X509Certificate seedCert, EncryptedPrivateKeyInfo seedKey)
          Creates an authenticator for the PSE membership service.
EngineAuthenticator(PSEMembershipService source, AuthenticationCredential application)
          Creates an authenticator for the PSE membership service.
EngineAuthenticator(PSEMembershipService source, AuthenticationCredential application, PSEAuthenticatorEngine authenticatorEngine)
          Creates an authenticator for the PSE membership service.
PSECredential(PSEMembershipService source, Element root)
          Create a new remote credential.
PSECredential(PSEMembershipService source, ID keyID, CertPath certChain, PrivateKey privateKey)
          Create a new local credential.
StringAuthenticator(PSEMembershipService source, AuthenticationCredential application)
          Creates an authenticator for the PSE membership service.
StringAuthenticator(PSEMembershipService source, AuthenticationCredential application, X509Certificate seedCert, EncryptedPrivateKeyInfo seedKey)
          Creates an authenticator for the PSE membership service.
 


JXSE