public static class KeyAuthoritySupport.KeyAuthorityPKIXValidationInformation extends Object implements PKIXValidationInformation
PKIXValidationInformation.| Modifier and Type | Field and Description |
|---|---|
private Collection<X509Certificate> |
trustAnchors
Certs used as the trust anchors.
|
private Collection<X509CRL> |
trustedCRLs
CRLs used during validation.
|
private Integer |
verificationDepth
Max verification depth during PKIX validation.
|
| Constructor and Description |
|---|
KeyAuthoritySupport.KeyAuthorityPKIXValidationInformation(Collection<X509Certificate> anchors,
Collection<X509CRL> crls,
Integer depth)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<X509Certificate> |
getCertificates() |
Collection<X509CRL> |
getCRLs() |
Integer |
getVerificationDepth() |
@Nullable @NonnullElements private final Collection<X509Certificate> trustAnchors
@Nullable @NonnullElements private final Collection<X509CRL> trustedCRLs
public KeyAuthoritySupport.KeyAuthorityPKIXValidationInformation(@Nullable Collection<X509Certificate> anchors, @Nullable Collection<X509CRL> crls, @Nonnull Integer depth)
anchors - certs used as trust anchors during validationcrls - CRLs used during validationdepth - max verification path depth@Nullable public Collection<X509CRL> getCRLs()
getCRLs in interface PKIXValidationInformation@Nullable public Collection<X509Certificate> getCertificates()
getCertificates in interface PKIXValidationInformation@Nonnull public Integer getVerificationDepth()
getVerificationDepth in interface PKIXValidationInformationCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.