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