Searched refs:WRAP_MODE (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | CipherWrapThread.java | 39 cip.init(Cipher.WRAP_MODE, key); in crypt()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Cipher.java | 293 public static final int WRAP_MODE = 3; field in Cipher 1022 case WRAP_MODE: in getOpmodeString() 1601 ((opmode == Cipher.WRAP_MODE) && in init() 2381 if (opmode != Cipher.WRAP_MODE) { in wrap()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherTest.java | 802 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_unwrap$BLjava_lang_StringI() 918 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key() 929 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key() 944 c.init(Cipher.WRAP_MODE, CIPHER_KEY_DES, ap, new SecureRandom()); in test_wrap_java_security_Key()
|
/libcore/ojluni/annotations/mmodule/javax/crypto/ |
D | Cipher.annotated.java | 134 public static final int WRAP_MODE = 3; // 0x3 field in Cipher
|