CASN1EncNull Class Reference

class CASN1EncNull : public CASN1EncPrimitive

Class for encoding NULLs.

Inherits from

Constructor & Destructor Documentation

CASN1EncNull()

CASN1EncNull()[private]

Member Functions Documentation

CalculateContentsLengthDER()

voidCalculateContentsLengthDER()[private, virtual]

Calculates number of octets in DER content encoding. Must set value of the appropriate data member.

NewL()

IMPORT_C CASN1EncNull *NewL()[static]

NewLC()

IMPORT_C CASN1EncNull *NewLC()[static]

WriteContentsDERL(TDes8 &)

voidWriteContentsDERL(TDes8 &aBuf)const [private, virtual]

Writes DER content encoding into supplied buffer, which is already verified to be big enough. Must be implemented by derived classes.

Parameters

TDes8 & aBufBuffer to write to.