Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherWrapThread.java41 cip.init(Cipher.UNWRAP_MODE, key); in crypt()
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java298 public static final int UNWRAP_MODE = 4; field in Cipher
1011 if ((opmode < ENCRYPT_MODE) || (opmode > UNWRAP_MODE)) { in checkOpmode()
1024 case UNWRAP_MODE: in getOpmodeString()
2428 if (opmode != Cipher.UNWRAP_MODE) { in unwrap()
/libcore/ojluni/annotations/mmodule/javax/crypto/
DCipher.annotated.java132 public static final int UNWRAP_MODE = 4; // 0x4 field in Cipher
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java812 c.init(Cipher.UNWRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_unwrap$BLjava_lang_StringI()
823 c.init(Cipher.UNWRAP_MODE, CIPHER_KEY_3DES, ap, new SecureRandom()); in test_unwrap$BLjava_lang_StringI()