public interface PKIXValidationInformation
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Nullable java.lang.Integer getVerificationDepth()
@Nullable java.util.Collection<java.security.cert.X509Certificate> getCertificates()
@Nullable java.util.Collection<java.security.cert.X509CRL> getCRLs()