org.opensaml.xml.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
 Collection<X509Certificate> getCertificates()
          Gets the certificate trust anchors used during PKIX validation.
 Collection<X509CRL> getCRLs()
          Gets the CRLs used during PKIX validation.
 Integer getVerificationDepth()
          Gets the maximum allowable trust chain verification depth.
 

Method Detail

getVerificationDepth

Integer getVerificationDepth()
Gets the maximum allowable trust chain verification depth.

Returns:
maximum allowable trust chain verification depth

getCertificates

Collection<X509Certificate> getCertificates()
Gets the certificate trust anchors used during PKIX validation.

Returns:
trust anchors used during PKIX validation

getCRLs

Collection<X509CRL> getCRLs()
Gets the CRLs used during PKIX validation.

Returns:
CRLs used during PKIX validation


Copyright © 2006-2011 Internet2. All Rights Reserved.