CASN1EncPrintableString Class Reference

#include <asn1enc.h>

class CASN1EncPrintableString : public CASN1EncPrimitive

Inherits from

Detailed Description

Class for encoding printable strings.

Constructor & Destructor Documentation

~CASN1EncPrintableString ( )

IMPORT_C~CASN1EncPrintableString()

Destructor.

Member Function Documentation

NewL ( const TDesC8 & )

IMPORT_C CASN1EncPrintableString *NewL(const TDesC8 &aStr)[static]

Creates an ASN.1 Printable String encoder.

Return Value
The fully constructed object.

NewLC ( const TDesC8 & )

IMPORT_C CASN1EncPrintableString *NewLC(const TDesC8 &aStr)[static]

Creates an ASN.1 Printable String encoder, and puts it onto the cleanup stack.

Return Value
The fully constructed object.