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