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