Click or drag to resize

CipherInitDecrypt Method

Overload List
 NameDescription
Public methodInitDecrypt(Byte, Byte, CipherAlgorithm, Mode) Initializes with key, iv, algorithm and mode ready to start decrypting with repeated update operations.
Public methodInitDecrypt(String, String, CipherAlgorithm, Mode) Initializes with hex-encoded key, iv, algorithm and mode ready to start decrypting with repeated update operations.
Top
See Also