Home
last modified time | relevance | path

Searched refs:engineUnwrap (Results 1 – 3 of 3) sorted by relevance

/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() method in CipherSpiTest.Mock_CipherSpi
134 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
200 cSpi.engineUnwrap(new byte[0], "", 0); in testCipherSpi04()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherSpi.java903 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() method in CipherSpi
DCipher.java2435 return spi.engineUnwrap(wrappedKey, in unwrap()