Uses of Package
io.netty.handler.ssl.util
-
Packages that use io.netty.handler.ssl.util Package Description io.netty.handler.ssl.util Utility classes that helps easier development of TLS/SSL applications. -
Classes in io.netty.handler.ssl.util used by io.netty.handler.ssl.util Class Description FingerprintTrustManagerFactory AnTrustManagerFactory
that trusts an X.509 certificate whose hash matches.FingerprintTrustManagerFactoryBuilder A builder for creatingFingerprintTrustManagerFactory
.SelfSignedCertificate Deprecated.Use theCertificateBuilder
fromnetty-pkitesting
instead.SelfSignedCertificate.Builder Deprecated.SimpleKeyManagerFactory Helps to implement a customKeyManagerFactory
.SimpleTrustManagerFactory Helps to implement a customTrustManagerFactory
.