|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.security.x509.BasicPKIXValidationInformation
public class BasicPKIXValidationInformation
Basic implementation of PKIXValidationInformation.
| Constructor Summary | |
|---|---|
BasicPKIXValidationInformation(java.util.Collection<java.security.cert.X509Certificate> anchors,
java.util.Collection<java.security.cert.X509CRL> crls,
java.lang.Integer depth)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.Collection<java.security.cert.X509Certificate> |
getCertificates()
Gets the certificate trust anchors used during PKIX validation. |
java.util.Collection<java.security.cert.X509CRL> |
getCRLs()
Gets the CRLs used during PKIX validation. |
java.lang.Integer |
getVerificationDepth()
Gets the maximum allowable trust chain verification depth. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicPKIXValidationInformation(java.util.Collection<java.security.cert.X509Certificate> anchors,
java.util.Collection<java.security.cert.X509CRL> crls,
java.lang.Integer depth)
anchors - certs used as trust anchors during validationcrls - CRLs used during validationdepth - max verification path depth| Method Detail |
|---|
public java.util.Collection<java.security.cert.X509CRL> getCRLs()
getCRLs in interface PKIXValidationInformationpublic java.util.Collection<java.security.cert.X509Certificate> getCertificates()
getCertificates in interface PKIXValidationInformationpublic java.lang.Integer getVerificationDepth()
getVerificationDepth in interface PKIXValidationInformation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||