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

/libcore/luni/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.java246 * Returns the list of {@code CRL}s for the specified {@code CRLSelector}
257 public final Collection<? extends CRL> getCRLs(CRLSelector selector)
H A DX509CRLSelector.java33 * A CRL selector ({@code CRLSelector} for selecting {@code
39 public class X509CRLSelector implements CRLSelector {
/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)
/libcore/luni/src/test/java/tests/security/cert/
H A DCertStoreSpiTest.java32 import java.security.cert.CRLSelector;
57 CRLSelector crlSelector = new tmpCRLSelector();//new X509CRLSelector();
77 public static class tmpCRLSelector implements CRLSelector {
H A DCertStore2Test.java11 import java.security.cert.CRLSelector;
293 static class MyCRLSelector implements CRLSelector {
304 static class MyOtherCRLSelector implements CRLSelector {
354 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector)
/libcore/luni/src/test/java/libcore/java/security/
H A DProviderTest.java27 import java.security.cert.CRLSelector;
562 public Collection<? extends CRL> engineGetCRLs(CRLSelector selector)

Completed in 3523 milliseconds