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

/libcore/luni/src/test/java/tests/security/cert/
H A DCertStore2Test.java258 Collection<? extends CRL> ls = certStore.getCRLs(new MyCRLSelector());
293 static class MyCRLSelector implements CRLSelector { class in class:CertStore2Test
300 return new MyCRLSelector();
357 if (!(selector instanceof MyCRLSelector)) {

Completed in 50 milliseconds