public interface PKIXValidationInformation
Modifier and Type | Method and Description |
---|---|
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.
|
Integer getVerificationDepth()
Collection<X509Certificate> getCertificates()
Collection<X509CRL> getCRLs()
Copyright © 2018 JBoss by Red Hat. All rights reserved.