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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DKeyCache.java59 private static final class IdentityWrapper { class in class:KeyCache
61 IdentityWrapper(Object obj) { method in class:KeyCache.IdentityWrapper
68 if (o instanceof IdentityWrapper == false) {
71 IdentityWrapper other = (IdentityWrapper)o;
80 P11Key p11Key = (P11Key)strongCache.get(new IdentityWrapper(key));
93 strongCache.put(new IdentityWrapper(key), p11Key);

Completed in 29 milliseconds