CASN1EncNull Class Reference

class CASN1EncNull : public CASN1EncPrimitive

Class for encoding NULLs.

Constructor & Destructor Documentation

CASN1EncNull()

CASN1EncNull ( ) [private]

Member Functions Documentation

CalculateContentsLengthDER()

void CalculateContentsLengthDER ( ) [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 &)

void WriteContentsDERL ( 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 & aBuf Buffer to write to.