Home | History | Annotate | Download | only in crypto

Lines Matching defs:UNWRAP_MODE

298     public static final int UNWRAP_MODE = 4;
1011 if ((opmode < ENCRYPT_MODE) || (opmode > UNWRAP_MODE)) {
1024 case UNWRAP_MODE:
1070 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1080 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1122 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1133 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1202 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1217 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1262 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1278 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1343 * or <code>UNWRAP_MODE</code>)
1358 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1403 * or <code>UNWRAP_MODE</code>)
1419 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1493 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1504 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1561 * <code>WRAP_MODE</code> or <code>UNWRAP_MODE</code>)
1574 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
2428 if (opmode != Cipher.UNWRAP_MODE) {