Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or
SSLEngine
s. This class is initialized with an optional set of key and trust managers and source of secure random bytes.
Every implementation of the Java platform is required to support the following standard SSLContext
protocols:
These protocols are described in the
SSLContext section of the Java Security Standard Algorithm Names Specification. Consult the release documentation for your implementation to see if any other algorithms are supported.