Searched refs:ConstructKeys (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java51 final class ConstructKeys { class
177 result = ConstructKeys.constructSecretKey(encoding,
181 result = ConstructKeys.constructPrivateKey(encoding,
185 result = ConstructKeys.constructPublicKey(encoding,
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);
503 final class ConstructKeys { class

Completed in 41 milliseconds