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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DURICertStore.java84 * The URICertStore is not currently a standard CertStore type. We should
91 class URICertStore extends CertStoreSpi { class in inherits:CertStoreSpi
181 * Creates a URICertStore.
185 URICertStore(CertStoreParameters params) method in class:URICertStore
225 ucs = new UCS(new URICertStore(params), null, "URI", params);
229 debug.println("URICertStore.getInstance: cache hit");
249 return URICertStore.getInstance
250 (new URICertStore.URICertStoreParameters(uri));
492 * CertStoreParameters for the URICertStore.
526 * This class allows the URICertStore t
[all...]
H A DDistributionPointFetcher.java45 * This class uses the URICertStore class to fetch CRLs. The URICertStore
217 CertStore ucs = URICertStore.getInstance
218 (new URICertStore.URICertStoreParameters(uri));
H A DCrlRevocationChecker.java587 CertStore cs = URICertStore.getInstance(ad);
H A DForwardBuilder.java377 CertStore cs = URICertStore.getInstance(ad);

Completed in 37 milliseconds