See: Description
Class | Description |
---|---|
FingerprintTrustManagerFactory |
An
TrustManagerFactory that trusts an X.509 certificate whose SHA1 checksum matches. |
InsecureTrustManagerFactory |
An insecure
TrustManagerFactory that trusts all X.509 certificates without any verification. |
SelfSignedCertificate |
Generates a temporary self-signed certificate for testing purposes.
|
SimpleTrustManagerFactory |
Helps to implement a custom
TrustManagerFactory . |
Copyright © 2008–2017 The Netty Project. All rights reserved.