Uses of Class
io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
Packages that use SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
Package
Description
Utility classes that helps easier development of TLS/SSL applications.
-
Uses of SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi in io.netty.handler.ssl.util
Fields in io.netty.handler.ssl.util with type parameters of type SimpleKeyManagerFactory.SimpleKeyManagerFactorySpiModifier and TypeFieldDescriptionprivate static final FastThreadLocal
<SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi> SimpleKeyManagerFactory.CURRENT_SPI
SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
must have a reference toSimpleKeyManagerFactory
to delegate its callbacks back toSimpleKeyManagerFactory
.