nn::crypto::Encryptor Classclass Encryptor : public nn::crypto::CipherMode
Base class for classes that perform encryption using a cipher mode.
Base class for classes performing encryption using a block cipher algorithm and using a specific cipher mode.
This class contains pure virtual functions and so cannot be instantiated. Use instances of derived classes such as CtrEncryptor instead.
| PV |
Initialize
|
Initializes encryption. |
|---|---|---|
| PV | Update | Encrypts. |
| PV |
UpdateFinal
|
Finalizes encryption. |
nn::crypto::CipherMode
nn::crypto::Encryptor
CONFIDENTIAL