Uses of Class
org.jboss.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 org.jboss.netty.handler.ssl.util
Fields in org.jboss.netty.handler.ssl.util with type parameters of type SimpleTrustManagerFactory.SimpleTrustManagerFactorySpiModifier and TypeFieldDescriptionprivate static final ThreadLocal<SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi>
SimpleTrustManagerFactory.CURRENT_SPI
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi
must have a reference toSimpleTrustManagerFactory
to delegate its callbacks back toSimpleTrustManagerFactory
.