Searched refs:CRLSelector (Results 1 - 9 of 9) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DCRLSelector.java30 public interface CRLSelector extends Cloneable { interface in inherits:Cloneable
33 * Clones this {@code CRLSelector} instance.
H A DCertStoreSpi.java58 * Returns the list of {@code CRL}s for the specified {@code CRLSelector}
69 public abstract Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
H A DCertStore.java258 * Returns the list of {@code CRL}s for the specified {@code CRLSelector}
269 public final Collection<? extends CRL> getCRLs(CRLSelector selector)
H A DX509CRLSelector.java35 * A CRL selector ({@code CRLSelector} for selecting {@code
41 public class X509CRLSelector implements CRLSelector {
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertStoreSpi.java27 import java.security.cert.CRLSelector;
59 public Collection<CRL> engineGetCRLs(CRLSelector selector)
/dalvik/libcore/security/src/test/java/tests/security/cert/
H A DCertStoreSpiTest.java37 import java.security.cert.CRLSelector;
75 args = {java.security.cert.CRLSelector.class}
83 CRLSelector crlSelector = new tmpCRLSelector();//new X509CRLSelector();
107 public static class tmpCRLSelector implements CRLSelector {
H A DCertStore2Test.java15 import java.security.cert.CRLSelector;
266 args={CRLSelector.class}
323 static class MyCRLSelector implements CRLSelector {
334 static class MyOtherCRLSelector implements CRLSelector {
384 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
H A DCertStore1Test.java449 * <code>getCRLs(CRLSelector selector)</code>
463 args = {java.security.cert.CRLSelector.class}
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DCertStoreCollectionSpi.java5 import java.security.cert.CRLSelector;
71 CRLSelector selector)

Completed in 116 milliseconds