gnu.crypto.cipher
final class DES.Context extends Object
Field Summary | |
---|---|
int[] | dk The decryption key. |
int[] | ek The encryption key. |
Constructor Summary | |
---|---|
Context() Default 0-arguments constructor. |
Method Summary | |
---|---|
byte[] | getDecryptionKeyBytes() |
byte[] | getEncryptionKeyBytes() |
byte[] | toByteArray(int[] k) |