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