Cipher constructor

Cipher(
  1. InputCipher input
)

Constructs a Cipher with the given input parameters.

Implementation

Cipher(InputCipher input) : super(input.parent);