Searched refs:constructKey (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/com/sun/crypto/provider/
H A DConstructKeys.java168 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.java508 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
H A DPBECipherCore.java532 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
H A DDESedeWrapCipher.java545 return ConstructKeys.constructKey(out, wrappedKeyAlgorithm,
H A DPBES1Core.java532 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
H A DRSACipher.java467 return ConstructKeys.constructKey(encoded, algorithm, type);
H A DCipherCore.java1125 return ConstructKeys.constructKey(encodedKey, wrappedKeyAlgorithm,
/openjdk9/jdk/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DRSACipher.java414 return constructKey(encoded, algorithm, type);
478 private static Key constructKey(byte[] encodedKey, method in class:RSACipher
/openjdk9/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/
H A DNativeCipher.java152 static final Key constructKey(int keyType, byte[] encodedKey, method in class:NativeCipher
432 return constructKey(wrappedKeyType, encodedKey, wrappedKeyAlgorithm);
H A DNativeRSACipher.java398 return NativeCipher.constructKey(wrappedKeyType,
H A DNativeCipherWithJavaPadding.java465 return NativeCipher.constructKey(wrappedKeyType, encodedKey,
/openjdk9/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java513 return ConstructKeys.constructKey(encoded, algorithm, type);
664 static final Key constructKey(byte[] encoding, String keyAlgorithm, method in class:ConstructKeys

Completed in 128 milliseconds