See: Description
Class | Description |
---|---|
FingerprintTrustManagerFactory |
An
TrustManagerFactory that trusts an X.509 certificate whose hash matches. |
FingerprintTrustManagerFactoryBuilder |
A builder for creating
FingerprintTrustManagerFactory . |
InsecureTrustManagerFactory |
An insecure
TrustManagerFactory that trusts all X.509 certificates without any verification. |
KeyManagerFactoryWrapper | |
LazyJavaxX509Certificate | |
LazyX509Certificate | |
SelfSignedCertificate |
Generates a temporary self-signed certificate for testing purposes.
|
SimpleKeyManagerFactory |
Helps to implement a custom
KeyManagerFactory . |
SimpleTrustManagerFactory |
Helps to implement a custom
TrustManagerFactory . |
TrustManagerFactoryWrapper |
Copyright © 2008–2024 The Netty Project. All rights reserved.