Searched refs:getRevokedCertificates (Results 1 - 10 of 10) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DCertificateList.java74 public TBSCertList.CRLEntry[] getRevokedCertificates() method in class:CertificateList
76 return tbsCertList.getRevokedCertificates();
H A DTBSCertList.java198 public CRLEntry[] getRevokedCertificates() method in class:TBSCertList
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java245 TBSCertList.CRLEntry[] certs = c.getRevokedCertificates();
287 public Set getRevokedCertificates() method in class:X509CRLObject
289 TBSCertList.CRLEntry[] certs = c.getRevokedCertificates();
380 TBSCertList.CRLEntry[] certs = c.getRevokedCertificates();
/dalvik/libcore/security/src/main/java/java/security/cert/
H A DX509CRL.java238 public abstract Set<? extends X509CRLEntry> getRevokedCertificates(); method in class:X509CRL
/dalvik/libcore/security/src/test/java/tests/security/cert/
H A DX509CRLTest.java149 public Set<X509CRLEntry> getRevokedCertificates() { method in class:X509CRLTest.TBTCRL
356 method = "getRevokedCertificates",
426 crl.getRevokedCertificates();
H A DX509CRL2Test.java184 public Set<? extends X509CRLEntry> getRevokedCertificates() { method in class:X509CRL2Test.MyX509CRL
H A DX509CRLSelector2Test.java741 public Set<X509CRLEntry> getRevokedCertificates() { method in class:X509CRLSelector2Test.TestCRL
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CRLImpl.java206 List rcerts = tbsCertList.getRevokedCertificates();
313 * @see java.security.cert.X509CRL#getRevokedCertificates()
316 public Set<? extends X509CRLEntry> getRevokedCertificates() { method in class:X509CRLImpl
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DTBSCertList.java318 public List getRevokedCertificates() { method in class:TBSCertList
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DX509V2CRLGenerator.java151 Set revocations = other.getRevokedCertificates();

Completed in 613 milliseconds