CRSASigner Class Reference

class CRSASigner : public CSigner< CRSASignature >

Abstract base class for all RSA Signers.

Inherits from

Constructor & Destructor Documentation

CRSASigner(void)

IMPORT_C CRSASigner ( void ) [protected]

Default constructor

Parameters

void

CRSASigner(const CRSASigner &)

CRSASigner ( const CRSASigner & ) [private]

Parameters

const CRSASigner &

Member Functions Documentation

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 CRSASigner &)

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

Parameters

const CRSASigner &