| Class | Description |
|---|---|
| BlindTrustX509ExtendedTrustManager |
An
X509ExtendedTrustManager that trusts everything always. |
| DelegatingX509ExtendedTrustManager |
An
X509ExtendedTrustManager that delegates to a runtime mutable delegate X509ExtendedTrustManager. |
| PublicKeyMatchingX509ExtendedTrustManager |
An
X509ExtendedTrustManager that trusts any chain where the initial certificate was issued for a specific
set of trusted PublicKeys. |
| ValidityCheckingX509ExtendedTrustManager |
An
X509ExtendedTrustManager that checks the validity of the chain before continuing with the (optional)
delegate X509ExtendedTrustManager. |
Copyright © 2004–2022. All rights reserved.