CipherMode

Interface for cipher modes

abstract
class CipherMode : KeyedTransform, Transformation {}

Members

Functions

authenticated
bool authenticated()

Returns true iff this mode provides authentication as well as confidentiality.

Meta