Searched refs:UNWRAP_MODE (Results 1 – 5 of 5) sorted by relevance
41 cip.init(Cipher.UNWRAP_MODE, key); in crypt()
317 public static final int UNWRAP_MODE = 4; field in Cipher1030 if ((opmode < ENCRYPT_MODE) || (opmode > UNWRAP_MODE)) { in checkOpmode()1043 case UNWRAP_MODE: in getOpmodeString()2447 if (opmode != Cipher.UNWRAP_MODE) { in unwrap()
136 public static final int UNWRAP_MODE = 4; // 0x4 field in Cipher
812 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()
18967 field public static final int UNWRAP_MODE = 4; // 0x4