nn::crypto::Encryptor

nn::crypto::Encryptor Class

Syntax

class Encryptor : public nn::crypto::CipherMode

Description

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.

Member Functions

PV Initialize Initializes encryption.
PV Update Encrypts.
PV UpdateFinal Finalizes encryption.

Class Hierarchy

nn::crypto::CipherMode
  nn::crypto::Encryptor

Revision History

2011/10/27
Initial version.

CONFIDENTIAL