Searched refs:getRevokedCertificate (Results 1 – 9 of 9) sorted by relevance
363 getRevokedCertificate(BigInteger serialNumber); in getRevokedCertificate() method in X509CRL382 public X509CRLEntry getRevokedCertificate(X509Certificate certificate) { in getRevokedCertificate() method in X509CRL388 return getRevokedCertificate(certificate.getSerialNumber()); in getRevokedCertificate()
138 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLTest.TBTCRL281 crl.getRevokedCertificate((X509Certificate) null); in testGetRevokedCertificate()291 crl.getRevokedCertificate(cert); in testGetRevokedCertificate()308 crl.getRevokedCertificate(BigInteger.ONE); in testAbstractMethods()
141 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRL2Test.MyX509CRL
609 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLSelector2Test.TestCRL
440 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()
151 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate() method in X509CRLImpl156 public java.security.cert.X509CRLEntry getRevokedCertificate( in getRevokedCertificate() method in X509CRLImpl
703 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLImpl716 public X509CRLEntry getRevokedCertificate(X509Certificate cert) { in getRevokedCertificate() method in X509CRLImpl
622 X509CRLEntry e = crl.getRevokedCertificate(cert);
9111 …method public abstract java.security.cert.X509CRLEntry getRevokedCertificate(java.math.BigInteger);9112 …method public java.security.cert.X509CRLEntry getRevokedCertificate(java.security.cert.X509Certifi…