Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java188 certStoreCache = Cache.newSoftMemoryCache(CACHE_SIZE); field in URICertStore
194 CertStore ucs = certStoreCache.get(params); in getInstance()
197 certStoreCache.put(params, ucs); in getInstance()