Constructs a BlockCrypt object.

Overload List

  NameDescription
Public methodBlockCrypt(SymmetricAlgorithm, array<Byte>[]()[][])
Initializes a new instance of the BlockCrypt class
Public methodBlockCrypt(BaseAlgorithm, array<Byte>[]()[][])
Initializes a new instance of the BlockCrypt class

Remarks

For AES and Triple-DES the key length decide about the AES type (AES128, AES192 or AES256) or Triple-DES type (2 key 112bit or 3 key 168bit) used.

See Also