Package org.opensaml.security.x509
Interface PKIXValidationInformation
- All Known Implementing Classes:
BasicPKIXValidationInformation
public interface PKIXValidationInformation
Source of PKIX validation information such as trust anchors and CRLs.
-
Method Summary
Modifier and TypeMethodDescriptionGets the certificate trust anchors used during PKIX validation.getCRLs()
Gets the CRLs used during PKIX validation.Gets the maximum allowable trust chain verification depth.
-
Method Details
-
getVerificationDepth
Gets the maximum allowable trust chain verification depth.- Returns:
- maximum allowable trust chain verification depth
-
getCertificates
Gets the certificate trust anchors used during PKIX validation.- Returns:
- trust anchors used during PKIX validation
-
getCRLs
Gets the CRLs used during PKIX validation.- Returns:
- CRLs used during PKIX validation
-