Package io.netty.handler.ssl.util
package io.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
-
ClassesClassDescriptionGenerates a self-signed certificate using Bouncy Castle.An
TrustManagerFactory
that trusts an X.509 certificate whose hash matches.A builder for creatingFingerprintTrustManagerFactory
.An insecureTrustManagerFactory
that trusts all X.509 certificates without any verification.Generates a self-signed certificate usingsun.security.x509
package provided by OpenJDK.Generates a temporary self-signed certificate for testing purposes.Helps to implement a customKeyManagerFactory
.Helps to implement a customTrustManagerFactory
.InsecureSecureRandom
which relies onPlatformDependent.threadLocalRandom()
for random number generation.