DESCipher constructor

DESCipher(
  1. InputDESCipher input
)

Constructs a DESCipher with the given input parameters.

Implementation

DESCipher(InputDESCipher input) : super(input.parent);