Home
last modified time | relevance | path

Searched refs:wrappedKey (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java134 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument
136 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherSpi.java923 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
DCipher.java2100 public final Key unwrap(byte[] wrappedKey, in unwrap() argument
2121 return spi.engineUnwrap(wrappedKey, in unwrap()
/libcore/luni/src/test/java/libcore/javax/crypto/
DCipherTest.java4398 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()