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. |
Modifier and Type | Field and Description |
---|---|
private SimpleTrustManagerFactory |
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.parent |
Modifier and Type | Method and Description |
---|---|
(package private) void |
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.init(SimpleTrustManagerFactory parent) |