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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java171 static final Key constructKey(byte[] encoding, String keyAlgorithm, method in class:ConstructKeys
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java486 return ConstructKeys.constructKey(encoded, algorithm, type);
572 static final Key constructKey(byte[] encoding, String keyAlgorithm, method in class:ConstructKeys

Completed in 1364 milliseconds