Symbian
 Developer Library

SYMBIAN OS V9.1

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: asn1enc.h
Link against: asn1.lib

Class CASN1EncOctetString

class CASN1EncOctetString : public CASN1EncPrimitive;

Description

Class for encoding octet strings.

Derivation

Members

Defined in CASN1EncOctetString:
NewL(), NewLC(), ~CASN1EncOctetString()

Inherited from CASN1EncBase:
ConstructL(), LengthDER(), SetTag(), WriteDERL(), iContentsLengthDER, iLengthLengthDER, iTagLengthDER

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


NewLC()

static IMPORT_C CASN1EncOctetString *NewLC(const TDesC8 &aStr);

Description

Parameters

const TDesC8 &aStr

Return value

CASN1EncOctetString *


NewL()

static IMPORT_C CASN1EncOctetString *NewL(const TDesC8 &aStr);

Description

Parameters

const TDesC8 &aStr

Return value

CASN1EncOctetString *


~CASN1EncOctetString()

IMPORT_C ~CASN1EncOctetString();

Description