|
|
||
Location:
asn1enc.h
Link against: asn1.lib
class CASN1EncOctetString : public CASN1EncPrimitive;
Class for encoding octet strings.
CBase - Base class for all classes to be instantiated on the heapCASN1EncBase - Base class for all ASN.1 types that we can encodeCASN1EncPrimitive - All ASN1 primitive type encoding classes derive from hereCASN1EncOctetString - Class for encoding octet stringsDefined in CASN1EncOctetString:
NewL(), NewLC(), ~CASN1EncOctetString()
Inherited from CASN1EncBase:
ConstructL(),
LengthDER(),
SetTag(),
WriteDERL(),
iContentsLengthDER,
iLengthLengthDER,
iTagLengthDER
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CASN1EncOctetString *NewLC(const TDesC8 &aStr);
|
|
static IMPORT_C CASN1EncOctetString *NewL(const TDesC8 &aStr);
|
|
IMPORT_C ~CASN1EncOctetString();