Home
last modified time | relevance | path

Searched refs:getRevokedCertificates (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DX509CRLTest.java142 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLTest.TBTCRL
309 crl.getRevokedCertificates(); in testAbstractMethods()
DX509CRL2Test.java146 public Set<? extends X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRL2Test.MyX509CRL
DX509CRLSelector2Test.java613 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLSelector2Test.TestCRL
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CRLTest.java190 getRevokedCertificates(f); in test_Provider()
428 private void getRevokedCertificates(CertificateFactory f) throws Exception { in getRevokedCertificates() method in X509CRLTest
430 assertNull(crlEmpty.getRevokedCertificates()); in getRevokedCertificates()
436 Set<? extends X509CRLEntry> entries = crlRsa.getRevokedCertificates(); in getRevokedCertificates()
444 Set<? extends X509CRLEntry> entries2 = crlRsaDsa.getRevokedCertificates(); in getRevokedCertificates()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CRL.java398 public abstract Set<? extends X509CRLEntry> getRevokedCertificates(); in getRevokedCertificates() method in X509CRL
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLImpl.java161 public java.util.Set<java.security.cert.X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLImpl
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLImpl.java732 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLImpl
/libcore/api/
Dcurrent.txt9113 … public abstract java.util.Set<? extends java.security.cert.X509CRLEntry> getRevokedCertificates();