HomeSort by relevance Sort by last modified time
    Searched refs:URICertStore (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 82 * The URICertStore is not currently a standard CertStore type. We should
89 class URICertStore extends CertStoreSpi {
153 * Creates a URICertStore.
157 URICertStore(CertStoreParameters params)
196 ucs = new UCS(new URICertStore(params), null, "URI", params);
200 debug.println("URICertStore.getInstance: cache hit");
221 return URICertStore.getInstance
222 (new URICertStore.URICertStoreParameters(uri));
449 * CertStoreParameters for the URICertStore.
483 * This class allows the URICertStore to be accessed as a CertStore
    [all...]
DistributionPointFetcher.java 44 * This class uses the URICertStore class to fetch CRLs. The URICertStore
235 ucs = URICertStore.getInstance
236 (new URICertStore.URICertStoreParameters(uri));
240 debug.println("Can't create URICertStore: " + e.getMessage());
    [all...]
ForwardBuilder.java 369 CertStore cs = URICertStore.getInstance(ad);
    [all...]
RevocationChecker.java     [all...]

Completed in 2662 milliseconds