Package org.jboss.netty.handler.ssl.util
package org.jboss.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
-
ClassesClassDescriptionGenerates a self-signed certificate using Bouncy Castle.An
TrustManagerFactorythat trusts an X.509 certificate whose SHA1 checksum matches.An insecureTrustManagerFactorythat trusts all X.509 certificates without any verification.Generates a self-signed certificate usingsun.security.x509package provided by OpenJDK.Generates a temporary self-signed certificate for testing purposes.Helps to implement a customTrustManagerFactory.InsecureSecureRandomwhich relies onThreadLocalRandomfor random number generation.