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. |
OpenJdkSelfSignedCertGenerator |
Generates a self-signed certificate using
sun.security.x509 package provided by OpenJDK. |
SelfSignedCertificate |
Generates a temporary self-signed certificate for testing purposes.
|
SimpleTrustManagerFactory |
Helps to implement a custom
TrustManagerFactory . |
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi | |
ThreadLocalInsecureRandom |
Insecure
SecureRandom which relies on ThreadLocalRandom for random number generation. |
X509TrustManagerWrapper |