nn::crypto::CipherMode

nn::crypto::CipherMode Class

Syntax

class CipherMode

Description

Base class for the cipher mode classes.

This class contains pure virtual functions and so cannot be instantiated. Use instances of derived classes such as CtrEncryptor instead.

Member Functions

PV Finalize Finalizes use of cipher mode.
PV GetIvSize Gets the IV size.
PV GetUnitSize Gets the processing unit size.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL