Click or drag to resize

CipherInitEncrypt Method

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