HandlerCipherSymmetric<T extends ISymmetricCipher> constructor

HandlerCipherSymmetric<T extends ISymmetricCipher>(
  1. InputHandler<T> input
)

Implementation

HandlerCipherSymmetric(InputHandler<T> input) : super(input);