|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PKIXValidationInformation
Source of PKIX validation information such as trust anchors and CRLs.
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. |
Method Detail |
---|
java.lang.Integer getVerificationDepth()
java.util.Collection<java.security.cert.X509Certificate> getCertificates()
java.util.Collection<java.security.cert.X509CRL> getCRLs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |