CWTLSName Class Reference
class CWTLSName : public CBase |
Stores the type of a WTLS name and the underlying encoding of the type.
Constructor & Destructor Documentation
~CWTLSName()
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
AllocNameDataL(const TDesC8 &, TInt &)
void | AllocNameDataL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
AllocTextDataL(const TDesC8 &, TInt &)
void | AllocTextDataL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
ConstructL(const TDesC8 &, TInt &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
ConstructL(const CWTLSName &)
void | ConstructL | ( | const CWTLSName & | aName | ) | [private] |
DisplayNameL()
IMPORT_C HBufC * | DisplayNameL | ( | ) | const |
Gets the decoded value for the common or organisation name.
Provides the functionality required by the CCertificate::IssuerL() and SubjectL() functions.
ExactMatchL(const CWTLSName &)
Performs a simple byte compare between this WTLS name and a specified WTLS name.
Needed for the constructing/validating of certificate chains.
Parameters
const CWTLSName & aName | An existing CWTLSName object. |
NameData()
IMPORT_C TPtrC8 | NameData | ( | ) | const |
Gets the encoding of the underlying type of WTLS name.
NameType()
Gets the type of the WTLS name.
NewL(const TDesC8 &)
Creates a new CWTLSName object from the specified buffer containing the binary coded representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewL(const TDesC8 &, TInt &)
Creates a new CWTLSName object from the specified buffer containing the binary coded representation, starting at the specified offset.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |
NewL(const CWTLSName &)
Creates a new CWTLSName object from an existing one.
Parameters
const CWTLSName & aName | An existing CWTLSName object. |
NewLC(const TDesC8 &)
Creates a new CWTLSName object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &, TInt &)
Creates a new CWTLSName object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. It specifies an offset into the descriptor, and is updated to the position at the end of the object. |
NewLC(const CWTLSName &)
Creates a new CWTLSName object from an existing one, and puts a pointer to it onto the cleanup stack.
Parameters
const CWTLSName & aName | An existing CWTLSName object. |
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.