Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/security/cert/
DOldPKIXParametersTest.java57 assertEquals(cpp.getCertStores(), cppc.getCertStores()); in testClone()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIX.java145 stores = params.getCertStores(); in certStores()
221 stores = new ArrayList<>(params.getCertStores()); in certStores()
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXParameters.java317 public List<CertStore> getCertStores() { in getCertStores() method in PKIXParameters
/libcore/api/
Dcurrent.txt8315 method public java.util.List<java.security.cert.CertStore> getCertStores();