Home
last modified time | relevance | path

Searched refs:wrappedKeyAlgorithm (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() argument
134 return super.engineUnwrap(wrappedKey, wrappedKeyAlgorithm, wrappedKeyType); in engineUnwrap()
/libcore/ojluni/src/main/java/javax/crypto/
DCipherSpi.java904 String wrappedKeyAlgorithm, in engineUnwrap() argument
DCipher.java2415 String wrappedKeyAlgorithm, in unwrap() argument
2436 wrappedKeyAlgorithm, in unwrap()