CASN1EncObjectIdentifier Class Reference
class CASN1EncObjectIdentifier : public CASN1EncPrimitive |
Inherited Functions |
---|
| CASN1EncBase::CASN1EncBase(const TTagType,const TASN1Class) |
| CASN1EncBase::CalculateLengthLengthDER() |
| CASN1EncBase::ConstructL() |
| CASN1EncBase::ContentsLengthChanged() |
| CASN1EncBase::LengthDER()const |
| CASN1EncBase::SetParent(CASN1EncBase *) |
| CASN1EncBase::SetTag(const TTagType,const TASN1Class) |
| CASN1EncBase::WriteDERL(TDes8 &,TUint &)const |
| CASN1EncBase::~CASN1EncBase() |
| CASN1EncPrimitive::CASN1EncPrimitive(const TTagType) |
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
Detailed Description
Class for encoding object identifiers.
Constructor & Destructor Documentation
~CASN1EncObjectIdentifier ( )
IMPORT_C | ~CASN1EncObjectIdentifier | ( | ) | |
Member Function Documentation
NewL ( const TDesC & )
Takes ints in a string, delimited by '.' characters in between (not at ends). Takes a deep copy of the info.
Parameter | Description | aStr | OID string. |
Returns: New ASN.1 OID object.
NewLC ( const TDesC & )
Takes ints in a string, delimited by '.' characters in between (not at ends). Takes a deep copy of the info.
Parameter | Description | aStr | OID string. |
Returns: New ASN.1 OID object on the cleanup stack.