Searched refs:UNWRAP_MODE (Results 1 – 4 of 4) sorted by relevance
41 cip.init(Cipher.UNWRAP_MODE, key); in crypt()
298 public static final int UNWRAP_MODE = 4; field in Cipher1011 if ((opmode < ENCRYPT_MODE) || (opmode > UNWRAP_MODE)) { in checkOpmode()1024 case UNWRAP_MODE: in getOpmodeString()2428 if (opmode != Cipher.UNWRAP_MODE) { in unwrap()
132 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()