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