#include <x509gn.h>
class CX509RFC822NameSubtree : public CX509DomainName |
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 &) |
virtual void | ConstructL(const TDesC8 &) |
virtual TBool | IsValidChar(const TChar &) |
Inherited Attributes | |
---|---|
CX509DomainName::iName | |
CX509DomainName::iRep |
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.
void | ConstructL | ( | const TDesC8 & | aBinaryData | ) | [protected, virtual] |
Second-phase constructor.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
Reimplemented from CX509DomainName::IsValidChar(const TChar &)const
Tests whether the character is valid.
Parameter | Description |
---|---|
aChar | The character to be tested. |
Returns: ETrue, if the character is valid; EFalse, otherwise.
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.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
Returns: The new RFC 822 email address object.
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.
Parameter | Description |
---|---|
aBinaryData | The encoded binary representation. |
Returns: The new RFC 822 email address object.