AESCipher constructor

AESCipher(
  1. InputAESCipher input
)

Constructs an AESCipher with the given input parameters.

Implementation

AESCipher(InputAESCipher input) : super(input.parent);