Home
last modified time | relevance | path

Searched defs:getCRLs (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DDistributionPointFetcher.java68 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
86 public static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
144 private static Collection<X509CRL> getCRLs(X509CRLSelector selector, in getCRLs() method in DistributionPointFetcher
261 private static Collection<X509CRL> getCRLs(X500Name name, in getCRLs() method in DistributionPointFetcher
/libcore/ojluni/src/main/java/java/security/cert/
DCertStore.java180 public final Collection<? extends CRL> getCRLs(CRLSelector selector) in getCRLs() method in CertStore
/libcore/ojluni/annotations/mmodule/sun/security/pkcs/
DPKCS7.annotated.java94 public java.security.cert.X509CRL[] getCRLs() { throw new RuntimeException("Stub!"); } in getCRLs() method in PKCS7
/libcore/ojluni/annotations/hiddenapi/sun/security/pkcs/
DPKCS7.java147 public java.security.cert.X509CRL[] getCRLs() { in getCRLs() method in PKCS7
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS7.java709 public X509CRL[] getCRLs() { in getCRLs() method in PKCS7