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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/util/
H A DJDKClassLoader.java87 // See createKey for a description of what's involved
88 Object key = classCache.createKey(className, loader);
126 public final Object createKey(String className, ClassLoader latestLoader) { method in class:JDKClassLoader.JDKClassLoaderCache
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11SecretKeyFactory.java175 p11Key = createKey(token, encoded, algo, algoType, extraAttrs);
188 private static P11Key createKey(Token token, byte[] encoded, method in class:P11SecretKeyFactory

Completed in 30 milliseconds