| 程序包 | 说明 |
|---|---|
| io.netty.handler.ssl.util |
Utility classes that helps easier development of TLS/SSL applications.
|
| 类和说明 |
|---|
| FingerprintTrustManagerFactory
An
TrustManagerFactory that trusts an X.509 certificate whose hash matches. |
| FingerprintTrustManagerFactoryBuilder
A builder for creating
FingerprintTrustManagerFactory. |
| SimpleKeyManagerFactory
Helps to implement a custom
KeyManagerFactory. |
| SimpleTrustManagerFactory
Helps to implement a custom
TrustManagerFactory. |