Searched refs:constructKey (Results 1 - 8 of 8) 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
H A DARCFOURCipher.java254 return ConstructKeys.constructKey(encoded, algorithm, type);
H A DAESWrapCipher.java480 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
H A DPBECipherCore.java538 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
H A DDESedeWrapCipher.java548 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
H A DRSACipher.java428 return ConstructKeys.constructKey(encoded, algorithm, type);
H A DCipherCore.java940 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
/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 40 milliseconds