public class BasicPKIXValidationInformation extends Object implements PKIXValidationInformation
PKIXValidationInformation
.コンストラクタと説明 |
---|
BasicPKIXValidationInformation(Collection<X509Certificate> anchors,
Collection<X509CRL> crls,
Integer depth)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
public BasicPKIXValidationInformation(Collection<X509Certificate> anchors, Collection<X509CRL> crls, Integer depth)
anchors
- certs used as trust anchors during validationcrls
- CRLs used during validationdepth
- max verification path depthpublic Collection<X509CRL> getCRLs()
getCRLs
インタフェース内 PKIXValidationInformation
public Collection<X509Certificate> getCertificates()
getCertificates
インタフェース内 PKIXValidationInformation
public Integer getVerificationDepth()
getVerificationDepth
インタフェース内 PKIXValidationInformation
Copyright © 2012. All Rights Reserved.