Uses of Class
org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
Packages that use SimpleTrustManagerFactory
Package
Description
Utility classes that helps easier development of TLS/SSL applications.
-
Uses of SimpleTrustManagerFactory in org.jboss.netty.handler.ssl.util
Subclasses of SimpleTrustManagerFactory in org.jboss.netty.handler.ssl.utilModifier and TypeClassDescriptionfinal classAnTrustManagerFactorythat trusts an X.509 certificate whose SHA1 checksum matches.final classAn insecureTrustManagerFactorythat trusts all X.509 certificates without any verification.Fields in org.jboss.netty.handler.ssl.util declared as SimpleTrustManagerFactoryModifier and TypeFieldDescriptionprivate SimpleTrustManagerFactorySimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.parentMethods in org.jboss.netty.handler.ssl.util with parameters of type SimpleTrustManagerFactoryModifier and TypeMethodDescription(package private) voidSimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.init(SimpleTrustManagerFactory parent)