Searched refs:KeyCache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DKeyCache.java43 * There are two KeyCache instances per provider, one for secret keys and
49 final class KeyCache { class
55 KeyCache() { method in class:KeyCache
H A DToken.java76 final KeyCache secretCache;
79 final KeyCache privateCache;
150 secretCache = new KeyCache();
151 privateCache = new KeyCache();

Completed in 23 milliseconds