Uses of Class
io.github.stevenjdh.simple.ssl.SSLContextBuilderImpl
Packages that use SSLContextBuilderImpl
-
Uses of SSLContextBuilderImpl in io.github.stevenjdh.simple.ssl
Methods in io.github.stevenjdh.simple.ssl with parameters of type SSLContextBuilderImplModifier and TypeMethodDescription(package private) static SSLContext
SimpleSSLContextImpl.create
(SSLContextBuilderImpl builder) Creates aSSLContext
instance that is initialized with an optional set of key and trust managers, and a source of secure random bytes.