MCryptoSystem Class Reference

class MCryptoSystem

Mixin class defining common operations for public key encryption and decryption classes.

Public Member Functions
TInt MaxInputLength (void)
TInt MaxOutputLength (void)
Protected Member Functions
MCryptoSystem (void)
Private Member Functions
MCryptoSystem (const MCryptoSystem &)
MCryptoSystem & operator= (const MCryptoSystem &)

Constructor & Destructor Documentation

MCryptoSystem(void)

IMPORT_C MCryptoSystem ( void ) [protected]

Constructor

Parameters

void

MCryptoSystem(const MCryptoSystem &)

MCryptoSystem ( const MCryptoSystem & ) [private]

Parameters

const MCryptoSystem &

Member Functions Documentation

MaxInputLength(void)

TInt MaxInputLength ( void ) const [pure virtual]

Gets the maximum size of input accepted by this object.

Parameters

void

MaxOutputLength(void)

TInt MaxOutputLength ( void ) const [pure virtual]

Gets the maximum size of output that can be generated by this object.

Parameters

void

operator=(const MCryptoSystem &)

MCryptoSystem & operator= ( const MCryptoSystem & ) [private]

Parameters

const MCryptoSystem &