Searched refs:engineUnwrap (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherSpiTest.java | 144 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() method in CipherSpiTest.Mock_CipherSpi 146 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap() 212 cSpi.engineUnwrap(new byte[0], "", 0); in testCipherSpi04()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | CipherSpi.java | 924 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() method in CipherSpi
|
D | Cipher.java | 2459 return spi.engineUnwrap(wrappedKey, in unwrap()
|
/libcore/api/ |
D | current.txt | 18996 …method protected java.security.Key engineUnwrap(byte[], String, int) throws java.security.InvalidK…
|