Home | History | Annotate | Download | only in crypto

Lines Matching defs:WRAP_MODE

293     public static final int WRAP_MODE = 3;
1022 case WRAP_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
1342 * <code>DECRYPT_MODE</code>, <code>WRAP_MODE</code>
1358 * {@code WRAP_MODE} or {@code UNWRAP_MODE} but the mode is not implemented
1402 * <code>DECRYPT_MODE</code>, <code>WRAP_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
1601 ((opmode == Cipher.WRAP_MODE) &&
2381 if (opmode != Cipher.WRAP_MODE) {