CASN1EncObjectIdentifier Class Reference

#include <asn1enc.h>

class CASN1EncObjectIdentifier : public CASN1EncPrimitive

Inherits from

Detailed Description

Class for encoding object identifiers.

Constructor & Destructor Documentation

~CASN1EncObjectIdentifier ( )

IMPORT_C~CASN1EncObjectIdentifier()

Destructor

Member Function Documentation

NewL ( const TDesC & )

IMPORT_C CASN1EncObjectIdentifier *NewL(const TDesC &aStr)[static]

Takes ints in a string, delimited by '.' characters in between (not at ends). Takes a deep copy of the info.

Parameters
aStrOID string.
Return Value
New ASN.1 OID object.

NewLC ( const TDesC & )

IMPORT_C CASN1EncObjectIdentifier *NewLC(const TDesC &aStr)[static]

Takes ints in a string, delimited by '.' characters in between (not at ends). Takes a deep copy of the info.

Parameters
aStrOID string.
Return Value
New ASN.1 OID object on the cleanup stack.