Package io.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.BouncyCastleUtil Contains methods that can be used to detect if BouncyCastle is available.FingerprintTrustManagerFactory AnTrustManagerFactorythat trusts an X.509 certificate whose hash matches.FingerprintTrustManagerFactoryBuilder A builder for creatingFingerprintTrustManagerFactory.InsecureTrustManagerFactory An insecureTrustManagerFactorythat trusts all X.509 certificates without any verification.KeyManagerFactoryWrapper LazyJavaxX509Certificate LazyX509Certificate LazyX509Certificate.CertFactoryHandle OpenJdkSelfSignedCertGenerator Generates a self-signed certificate usingsun.security.x509package provided by OpenJDK.SelfSignedCertificate Generates a temporary self-signed certificate for testing purposes.SimpleKeyManagerFactory Helps to implement a customKeyManagerFactory.SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi SimpleTrustManagerFactory Helps to implement a customTrustManagerFactory.SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi ThreadLocalInsecureRandom InsecureSecureRandomwhich relies onPlatformDependent.threadLocalRandom()for random number generation.TrustManagerFactoryWrapper X509KeyManagerWrapper X509TrustManagerWrapper