Package com.unboundid.util.ssl

This package contains classes that may be used to help create SSL/TLS contexts and socket factories, which may be used in the process of creating secure connections, or for securing existing connections using StartTLS.

See:
          Description

Class Summary
KeyStoreKeyManager This class provides an SSL key manager that may be used to retrieve certificates from a key store file.
PKCS11KeyManager This class provides an SSL key manager that may be used to retrieve certificates from a PKCS#11 token.
PromptTrustManager This class provides an SSL trust manager that will interactively prompt the user to determine whether to trust any certificate that is presented to it.
SSLSocketVerifier This class defines an API that will be invoked immediately after establishing a connection using SSLSocket (whether by establishing a connection that is initially secure or by wrapping an existing insecure connection in an SSLSocket).
SSLUtil This class provides a simple interface for creating SSLContext and SSLSocketFactory instances, which may be used to create SSL-based connections, or secure existing connections with StartTLS.
TrustAllSSLSocketVerifier This class provides an implementation of an SSLSocket verifier that will blindly accept any SSLSocket.
TrustAllTrustManager This class provides an SSL trust manager which will blindly trust any certificate that is presented to it, although it may optionally reject certificates that are expired or not yet valid.
TrustStoreTrustManager This class provides an SSL trust manager that will consult a specified trust store file to determine whether to trust a certificate that is presented to it.
WrapperKeyManager This class provides an SSL key manager that may be used to wrap a provided set of key managers.
 

Package com.unboundid.util.ssl Description

This package contains classes that may be used to help create SSL/TLS contexts and socket factories, which may be used in the process of creating secure connections, or for securing existing connections using StartTLS.