Searched refs:wrappedKey (Results 1 – 4 of 4) sorted by relevance
134 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument136 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
923 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
2100 public final Key unwrap(byte[] wrappedKey, in unwrap() argument2121 return spi.engineUnwrap(wrappedKey, in unwrap()
4398 byte[] wrappedKey = createAesCipher(Cipher.WRAP_MODE).wrap(key); in checkCipher_Unwrap_invalidMode_Failure()4400 cipher.unwrap(wrappedKey, key.getAlgorithm(), Cipher.PRIVATE_KEY); in checkCipher_Unwrap_invalidMode_Failure()