Home
last modified time | relevance | path

Searched refs:getRevokedCertificate (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DX509CRL.java363 getRevokedCertificate(BigInteger serialNumber); in getRevokedCertificate() method in X509CRL
382 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { in getRevokedCertificate() method in X509CRL
388 return getRevokedCertificate(certificate.getSerialNumber()); in getRevokedCertificate()
/libcore/luni/src/test/java/tests/security/cert/
DX509CRLTest.java138 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLTest.TBTCRL
281 crl.getRevokedCertificate((X509Certificate) null); in testGetRevokedCertificate()
291 crl.getRevokedCertificate(cert); in testGetRevokedCertificate()
308 crl.getRevokedCertificate(BigInteger.ONE); in testAbstractMethods()
DX509CRL2Test.java141 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRL2Test.MyX509CRL
DX509CRLSelector2Test.java609 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLSelector2Test.TestCRL
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CRLTest.java440 assertRsaCrlEntry(f, crlRsa.getRevokedCertificate(e.getSerialNumber())); in getRevokedCertificates()
446 assertRsaCrlEntry(f, crlRsaDsa.getRevokedCertificate(rsaCert)); in getRevokedCertificates()
447 assertRsaCrlEntry(f, crlRsaDsa.getRevokedCertificate(rsaCert.getSerialNumber())); in getRevokedCertificates()
448 assertDsaCrlEntry(f, crlRsaDsa.getRevokedCertificate(dsaCert)); in getRevokedCertificates()
449 assertDsaCrlEntry(f, crlRsaDsa.getRevokedCertificate(dsaCert.getSerialNumber())); in getRevokedCertificates()
511 X509CRLEntry entry1 = crl1.getRevokedCertificate(rsaCert); in test_equals()
513 X509CRLEntry entry2 = crl2.getRevokedCertificate(rsaCert); in test_equals()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java151 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate() method in X509CRLImpl
156 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate() method in X509CRLImpl
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java703 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLImpl
716 public X509CRLEntry getRevokedCertificate(X509Certificate cert) { in getRevokedCertificate() method in X509CRLImpl
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java622 X509CRLEntry e = crl.getRevokedCertificate(cert);
/libcore/api/
Dcurrent.txt9111 …method public abstract java.security.cert.X509CRLEntry getRevokedCertificate(java.math.BigInteger);
9112 …method public java.security.cert.X509CRLEntry getRevokedCertificate(java.security.cert.X509Certifi…