Home | History | Annotate | Download | only in certpath

Lines Matching refs:cert

33 import java.security.cert.CertificateException;
34 import java.security.cert.CertPathValidatorException;
35 import java.security.cert.CertPathValidatorException.BasicReason;
36 import java.security.cert.CRLReason;
37 import java.security.cert.Extension;
38 import java.security.cert.X509Certificate;
106 * @param cert the certificate to be checked
114 public static RevocationStatus check(X509Certificate cert,
120 X509CertImpl certImpl = X509CertImpl.toImpl(cert);
140 * @param cert the certificate to be checked
152 public static RevocationStatus check(X509Certificate cert,
159 return check(cert, issuerCert, responderURI, responderCert, date,
164 public static RevocationStatus check(X509Certificate cert,
173 X509CertImpl certImpl = X509CertImpl.toImpl(cert);
301 * @param cert the certificate
305 public static URI getResponderURI(X509Certificate cert) {
307 return getResponderURI(X509CertImpl.toImpl(cert));
309 // treat this case as if the cert had no extension