Package | Description |
---|---|
io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
Modifier and Type | Class and Description |
---|---|
class |
FingerprintTrustManagerFactory
An
TrustManagerFactory that trusts an X.509 certificate whose SHA1 checksum matches. |
class |
InsecureTrustManagerFactory
An insecure
TrustManagerFactory that trusts all X.509 certificates without any verification. |
Copyright © 2008–2017 The Netty Project. All rights reserved.