public class DESUtil
extends java.lang.Object
| Constructor and Description |
|---|
DESUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDES(java.lang.String algorithmID) |
static void |
setOddParity(byte[] bytes)
DES Keys use the LSB as the odd parity bit.
|