Home
last modified time | relevance | path

Searched refs:wrappedKeyAlgorithm (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.java924 String wrappedKeyAlgorithm, in engineUnwrap() argument
DCipher.java2420 String wrappedKeyAlgorithm, in unwrap() argument
2441 wrappedKeyAlgorithm, 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