Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
DNullCipherSpi.java163 public Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java132 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument
134 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
/libcore/luni/src/main/java/javax/crypto/
DCipherSpi.java595 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() argument
DCipher.java1539 public final Key unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in unwrap() argument
1545 return getSpi().engineUnwrap(wrappedKey, wrappedKeyAlgorithm, in unwrap()