class CX509RFC822NameSubtree : public CX509DomainName |
A full or partial RFC 822 email address.
The address may not contain the local host name as this is optional.
The object is initialised with 8-bit encoded binary data, which is parsed into a series of sub domains and an optional local host.
Public Member Functions | |
---|---|
IMPORT_C CX509RFC822NameSubtree * | NewL (const TDesC8 &) |
IMPORT_C CX509RFC822NameSubtree * | NewLC (const TDesC8 &) |
IMPORT_C const RArray < TPtrC > & | Rep () |
Protected Member Functions | |
---|---|
TBool | AddLocalHostL ( TInt &) |
void | ConstructL (const TDesC8 &) |
TBool | IsValidChar (const TChar &) |
Inherited Attributes | |
---|---|
CX509DomainName::iName | |
CX509DomainName::iRep |
TBool | AddLocalHostL | ( | TInt & | aPos | ) | [protected] |
Adds a local host.
TInt & aPos | The position from which to start decoding. |
void | ConstructL | ( | const TDesC8 & | aBinaryData | ) | [protected, virtual] |
Second-phase constructor.
const TDesC8 & aBinaryData | The encoded binary representation. |
TBool | IsValidChar | ( | const TChar & | aChar | ) | const [protected, virtual] |
Tests whether the character is valid.
const TChar & aChar | The character to be tested. |
IMPORT_C CX509RFC822NameSubtree * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates an RFC 822 email address object from the specified buffer containing the binary coded representation.
The data is parsed into a series of sub domains and an optional local host.
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509RFC822NameSubtree * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates an RFC 822 email address object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack. The data is parsed into a series of sub domains and an optional local host.
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C const RArray < TPtrC > & | Rep | ( | ) | const |
Gets a reference to the array of pointer descriptors representing the subdomains of the RFC 822 email address.
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.