Class | Description |
---|---|
AllowAllSignatureTrustEngine |
Special type of trust engine which always trusts the credential and thus skips the verification.
|
CertPathPKIXTrustEvaluator |
PKIX trust evaluator based on Java CertPath API.
|
MetadataCredentialResolver |
Class customizes resolving from metadata by first using values present in the ExtenedeMetadata of an entity.
|
PKIXInformationResolver |
Implementation resolves PKIX information based on extended metadata configuration and provider data.
|
X509KeyManager |
Class can be used to initialize new SSL/TLS connections with client/server authentication.
|
X509TrustManager |
Trust engine for verification of X509 certificates.
|
Exception | Description |
---|---|
UntrustedCertificateException |
Exception indicates that verification failed due to the provided chain not being trusted.
|