Home
last modified time | relevance | path

Searched defs:getRevokedCertificate (Results 1 – 6 of 6) 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
/libcore/luni/src/test/java/tests/security/cert/
DX509CRL2Test.java141 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRL2Test.MyX509CRL
DX509CRLTest.java138 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLTest.TBTCRL
DX509CRLSelector2Test.java609 public X509CRLEntry getRevokedCertificate(BigInteger serialNumber) { in getRevokedCertificate() method in X509CRLSelector2Test.TestCRL
/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