Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/
DX509Factory.java63 private static final Cache<Object, X509CertImpl> certCache field in X509Factory
163 X509CertImpl newC = getFromCache(certCache, encoding); in intern()
173 addToCache(certCache, encoding, newC); in intern()
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/
DX509Factory.java63 certCache; field in X509Factory
66 certCache = null;