#include <asn1enc.h>
class CASN1EncObjectIdentifier : public CASN1EncPrimitive |
Public Member Functions | |
---|---|
~CASN1EncObjectIdentifier() | |
IMPORT_C CASN1EncObjectIdentifier * | NewL(const TDesC &) |
IMPORT_C CASN1EncObjectIdentifier * | NewLC(const TDesC &) |
Inherited Attributes | |
---|---|
CASN1EncBase::iContentsLengthDER | |
CASN1EncBase::iLengthLengthDER | |
CASN1EncBase::iTagLengthDER |
Class for encoding object identifiers.
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 | |
---|---|
aStr | OID string. |
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 | |
---|---|
aStr | OID string. |