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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DPKIXParameters.java279 * @see #getCertStores
317 public List<CertStore> getCertStores() { method in class:PKIXParameters
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPChecker.java343 List<CertStore> certStores = pkixParams.getCertStores();
H A DCrlRevocationChecker.java145 mStores = new ArrayList<CertStore>(params.getCertStores());
H A DSunCertPathBuilder.java175 new ArrayList<CertStore>(buildParams.getCertStores());

Completed in 59 milliseconds