A decryption class for AES-256 in CBC mode with optional PKCS#7 padding.
Declared in <crypto/aes.h>
class AES256CBCDecrypt;
| Name | Description |
|---|---|
AES256CBCDecrypt [constructor] | Construct a CBC-mode decrypter. |
~AES256CBCDecrypt [destructor] | Destroy the decrypter and wipe the initialization vector. |
Decrypt | Decrypt a buffer of arbitrary length in CBC mode. |