HandlerCipherAsymmetric<T extends IAsymmetricCipher> constructor

HandlerCipherAsymmetric<T extends IAsymmetricCipher>(
  1. InputHandler<T> input
)

Implementation

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