Example usage for Java javax.crypto.spec DESKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
int | DES_KEY_LEN The constant which defines the length of a DES key in bytes. |
DESKeySpec(byte[] key) Creates a DESKeySpec object using the first 8 bytes in key as the key material for the DES key. |
byte[] | getKey() Returns the DES key material. |