Package com.sun.net.ssl

Interface Summary
KeyManager Base interface for JSSE key managers.
TrustManager Base interface for JSSE trust managers which manage authentication trust decisions for different types of authentication material.
X509KeyManager Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.
X509TrustManager Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.
 

Class Summary
KeyManagerFactory This class acts as a factory for key managers based on a source of key material.
KeyManagerFactorySpi  
SSLContext  
SSLContextSpi  
TrustManagerFactory This class acts as a factory for trust managers based on a source of trust material.
TrustManagerFactorySpi