HomeSort by relevance Sort by last modified time
    Searched defs:crlSelector (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CRLSelectorTest.java 31 X509CRLSelector crlSelector = new X509CRLSelector();
32 crlSelector.addIssuer(PRINCIPAL);
33 Collection<X500Principal> issuers = crlSelector.getIssuers();
42 X509CRLSelector crlSelector = new X509CRLSelector();
43 crlSelector.addIssuer(PRINCIPAL);
44 Collection<Object> issuers = crlSelector.getIssuerNames();
  /libcore/luni/src/test/java/tests/security/cert/
CertStoreSpiTest.java 32 import java.security.cert.CRLSelector;
57 CRLSelector crlSelector = new tmpCRLSelector();//new X509CRLSelector();
67 .engineGetCRLs(crlSelector));
77 public static class tmpCRLSelector implements CRLSelector {
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 98 milliseconds