Package com.unboundid.util.ssl
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.
-
ClassesClassDescriptionThis class provides an SSL trust manager that has the ability to delegate the determination about whether to trust a given certificate to one or more other trust managers.This class provides an implementation of an
SSLSocketverifier that will verify that the presented server certificate includes the address to which the client intended to establish a connection.This class provides an SSL trust manager that will only accept certificates whose hostname (as contained in the CN subject attribute or a subjectAltName extension) matches an expected value.This class provides an implementation of a trust manager that relies on the JVM's default set of trusted issuers.This class provides an SSL key manager that may be used to retrieve certificates from a key store file.This class provides a data structure with information about properties to use when accessing theKeyStoreKeyManager.This class provides an SSL trust manager that will not trust any certificates.This class provides an implementation of an X.509 key manager that can obtain a certificate chain and private key from PEM files.This class provides an implementation of an X.509 trust manager that can obtain information about trusted issuers from one or more PEM files.This class provides an SSL key manager that may be used to interact with PKCS #11 tokens.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.This class defines an API that will be invoked immediately after establishing a connection usingSSLSocket(whether by establishing a connection that is initially secure or by wrapping an existing insecure connection in anSSLSocket).This class provides a relatively simple interface for helping to configure secure communication using TLS (formerly known as SSL) and StartTLS (which uses an LDAP extended operation to convert an already-established non-secure connection to one that uses TLS security).This class provides a comparator that may be used to order TLS cipher suites from most-preferred to least-preferred.This class provides a utility for selecting the cipher suites that should be supported for TLS communication.This class provides an implementation of anSSLSocketverifier that will blindly accept anySSLSocket.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.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.This class provides a data structure with information about properties to use when accessing theTrustStoreTrustManager.This class provides an SSL trust manager that merely checks to see whether a presented certificate is currently within its validity time window (i.e., the current time is not earlier than the certificate's notBefore timestamp and not later than the certificate's notAfter timestamp).This class provides an SSL key manager that may be used to wrap a provided set of key managers.