Searched refs:getRevokedCertificate (Results 1 - 8 of 8) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DX509CRL.java215 public abstract X509CRLEntry getRevokedCertificate(BigInteger serialNumber); method in class:X509CRL
225 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { method in class:X509CRL
229 return getRevokedCertificate(certificate.getSerialNumber());
/dalvik/libcore/security/src/test/java/tests/security/cert/
H A DX509CRLTest.java145 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { method in class:X509CRLTest.TBTCRL
298 * getRevokedCertificate(X509Certificate certificate) method testing.
305 method = "getRevokedCertificate",
308 @AndroidOnly("Test filed on RI: getRevokedCertificate throws " +
312 tbt_crl.getRevokedCertificate((X509Certificate) null);
322 tbt_crl.getRevokedCertificate(cert);
350 method = "getRevokedCertificate",
425 crl.getRevokedCertificate(BigInteger.ONE);
H A DX509CRL2Test.java179 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { method in class:X509CRL2Test.MyX509CRL
H A DX509CRLSelector2Test.java737 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { method in class:X509CRLSelector2Test.TestCRL
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CRLImpl.java238 * @see java.security.cert.X509CRL#getRevokedCertificate(X509Certificate)
241 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { method in class:X509CRLImpl
293 * @see java.security.cert.X509CRL#getRevokedCertificate(BigInteger)
296 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { method in class:X509CRLImpl
448 return getRevokedCertificate((X509Certificate) cert) != null;
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java243 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) method in class:X509CRLObject
H A DPKIXCertPathValidatorSpi.java1446 crl_entry = crl.getRevokedCertificate(cert.getSerialNumber());
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DPKIXCertPathReviewer.java2097 crl_entry = crl.getRevokedCertificate(cert.getSerialNumber());

Completed in 181 milliseconds