Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
DNullCipherSpi.java163 public Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() method in NullCipherSpi
/libcore/luni/src/main/java/javax/crypto/
DCipherSpi.java595 protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, in engineUnwrap() method in CipherSpi
/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