public interface CertificateTrustPolicy
CertificateVerifier
interface, such as constructing
and verifying certificate chains.TrustedCAPolicy
Modifier and Type | Method and Description |
---|---|
CertificateVerifier |
makeCertificateVerifier(java.util.Vector<X509> certificates,
java.util.Vector<CRL> crls)
Creates a new instance of
CertificateVerifier which will
use the given certificate and CRL lists to implement a particular
certificate verification scheme, such a forming valid certificate chains. |
CertificateVerifier makeCertificateVerifier(java.util.Vector<X509> certificates, java.util.Vector<CRL> crls)
CertificateVerifier
which will
use the given certificate and CRL lists to implement a particular
certificate verification scheme, such a forming valid certificate chains.
Either argument to this method may be null
, and such a
case must be treated exactly the same as if the particular argument was
an empty vector.