DESCipher constructor
DESCipher(
- InputDESCipher input
Constructs a DESCipher with the given input parameters.
Implementation
DESCipher(InputDESCipher input) : super(input.parent);
Constructs a DESCipher with the given input parameters.
DESCipher(InputDESCipher input) : super(input.parent);