Package io.netty.handler.ssl.util
Utility classes that helps easier development of TLS/SSL applications.
-
Class Summary Class Description FingerprintTrustManagerFactory AnTrustManagerFactory
that trusts an X.509 certificate whose hash matches.FingerprintTrustManagerFactoryBuilder A builder for creatingFingerprintTrustManagerFactory
.InsecureTrustManagerFactory An insecureTrustManagerFactory
that trusts all X.509 certificates without any verification.KeyManagerFactoryWrapper LazyJavaxX509Certificate LazyX509Certificate SelfSignedCertificate Deprecated. Use theCertificateBuilder
fromnetty-pkitesting
instead.SelfSignedCertificate.Builder SimpleKeyManagerFactory Helps to implement a customKeyManagerFactory
.SimpleTrustManagerFactory Helps to implement a customTrustManagerFactory
.TrustManagerFactoryWrapper