Uses of Class
org.jboss.netty.handler.ssl.util.SimpleTrustManagerFactory
-
Packages that use SimpleTrustManagerFactory Package Description org.jboss.netty.handler.ssl.util 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.util Modifier and Type Class Description class
FingerprintTrustManagerFactory
AnTrustManagerFactory
that trusts an X.509 certificate whose SHA1 checksum matches.class
InsecureTrustManagerFactory
An insecureTrustManagerFactory
that trusts all X.509 certificates without any verification.Fields in org.jboss.netty.handler.ssl.util declared as SimpleTrustManagerFactory Modifier and Type Field Description private SimpleTrustManagerFactory
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi. parent
Methods in org.jboss.netty.handler.ssl.util with parameters of type SimpleTrustManagerFactory Modifier and Type Method Description (package private) void
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi. init(SimpleTrustManagerFactory parent)
-