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

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java165 private static final SecretKey constructSecretKey(byte[] encodedKey, method in class:ConstructKeys
177 result = ConstructKeys.constructSecretKey(encoding,
H A DCipherWithWrappingSpi.java138 result = constructSecretKey(encodedKey,
256 private final SecretKey constructSecretKey(byte[] encodedKey, method in class:CipherWithWrappingSpi
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSACipher.java378 return constructSecretKey(encoding, algorithm);
449 private static SecretKey constructSecretKey(byte[] encodedKey, method in class:RSACipher
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java567 private static final SecretKey constructSecretKey(byte[] encodedKey, method in class:ConstructKeys
576 return constructSecretKey(encoding, keyAlgorithm);

Completed in 33 milliseconds