Searched refs:getRevokedCertificates (Results 1 – 8 of 8) sorted by relevance
142 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLTest.TBTCRL309 crl.getRevokedCertificates(); in testAbstractMethods()
146 public Set<? extends X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRL2Test.MyX509CRL
613 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLSelector2Test.TestCRL
190 getRevokedCertificates(f); in test_Provider()428 private void getRevokedCertificates(CertificateFactory f) throws Exception { in getRevokedCertificates() method in X509CRLTest430 assertNull(crlEmpty.getRevokedCertificates()); in getRevokedCertificates()436 Set<? extends X509CRLEntry> entries = crlRsa.getRevokedCertificates(); in getRevokedCertificates()444 Set<? extends X509CRLEntry> entries2 = crlRsaDsa.getRevokedCertificates(); in getRevokedCertificates()
398 public abstract Set<? extends X509CRLEntry> getRevokedCertificates(); in getRevokedCertificates() method in X509CRL
161 public java.util.Set<java.security.cert.X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLImpl
732 public Set<X509CRLEntry> getRevokedCertificates() { in getRevokedCertificates() method in X509CRLImpl
9113 … public abstract java.util.Set<? extends java.security.cert.X509CRLEntry> getRevokedCertificates();