Searched defs:convertKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyFactory.java63 static P11Key convertKey(Token token, Key key, String algorithm) method in class:P11KeyFactory
H A DP11SecretKeyFactory.java109 static P11Key convertKey(Token token, Key key, String algo) method in class:P11SecretKeyFactory
111 return convertKey(token, key, algo, null);
119 static P11Key convertKey(Token token, Key key, String algo, method in class:P11SecretKeyFactory
285 Key key = convertKey(token, (SecretKey)keySpec, algorithm);
355 return (SecretKey)convertKey(token, key, algorithm);

Completed in 30 milliseconds