CipherInit |
| Name | Description | |
|---|---|---|
| InitEncrypt(Byte, Byte, CipherAlgorithm, Mode) | Initializes with key, iv, algorithm and mode ready to start encrypting with repeated update operations. | |
| InitEncrypt(String, String, CipherAlgorithm, Mode) | Initializes with hex-encoded key, iv, algorithm and mode ready to start encrypting with repeated update operations. |