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)
Deprecated.
Use
#makeCertificateVerifier(java.util.List, java.util.List) |
CertificateVerifier makeCertificateVerifier(java.util.Vector<X509> certificates, java.util.Vector<CRL> crls)
#makeCertificateVerifier(java.util.List, java.util.List)
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.