Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherSpiTest.java144 … protected Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType) in engineUnwrap() argument
146 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherSpi.java923 protected Key engineUnwrap(byte[] wrappedKey, in engineUnwrap() argument
DCipher.java2419 public final Key unwrap(byte[] wrappedKey, in unwrap() argument
2440 return spi.engineUnwrap(wrappedKey, in unwrap()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DCipher.annotated.java107 public final java.security.Key unwrap(byte[] wrappedKey, java.lang.String wrappedKeyAlgorithm, int … in unwrap() argument