Uses of Class
io.netty.handler.ssl.util.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
-
Packages that use SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi Package Description io.netty.handler.ssl.util 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.SimpleKeyManagerFactorySpi Modifier and Type Field Description private static FastThreadLocal<SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi>
SimpleKeyManagerFactory. CURRENT_SPI
SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi
must have a reference toSimpleKeyManagerFactory
to delegate its callbacks back toSimpleKeyManagerFactory
.
-