Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/
DX509Factory.java163 X509CertImpl newC = getFromCache(certCache, encoding); in intern()
199 X509CRLImpl newC = getFromCache(crlCache, encoding); in intern()
216 private static synchronized <K,V> V getFromCache(Cache<K,V> cache, in getFromCache() method in X509Factory
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/
DX509Factory.java48 private static synchronized <K, V> V getFromCache( in getFromCache() method in X509Factory