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