Searched refs:wrappedKeyAlgorithm (Results 1 – 4 of 4) sorted by relevance
| /libcore/luni/src/main/java/org/apache/harmony/crypto/internal/ |
| D | NullCipherSpi.java | 163 public Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() argument
|
| /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
| D | CipherSpiTest.java | 132 … 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/ |
| D | CipherSpi.java | 595 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() argument
|
| D | Cipher.java | 1539 public final Key unwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in unwrap() argument 1545 return getSpi().engineUnwrap(wrappedKey, wrappedKeyAlgorithm, in unwrap()
|