AESCipher constructor
AESCipher(
- InputAESCipher input
Constructs an AESCipher with the given input parameters.
Implementation
AESCipher(InputAESCipher input) : super(input.parent);
Constructs an AESCipher with the given input parameters.
AESCipher(InputAESCipher input) : super(input.parent);