class CX509RFC822Name : public CX509RFC822NameSubtree |
A full RFC 822 email address.
Exactly as subtree, but requires local host and full domain name.
Public Member Functions | |
---|---|
IMPORT_C CX509RFC822Name * | NewL (const TDesC8 &) |
IMPORT_C CX509RFC822Name * | NewLC (const TDesC8 &) |
Private Member Functions | |
---|---|
void | ConstructL (const TDesC8 &) |
Inherited Attributes | |
---|---|
CX509DomainName::iName | |
CX509DomainName::iRep |
void | ConstructL | ( | const TDesC8 & | aBinaryData | ) | [private, virtual] |
Second-phase constructor.
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509RFC822Name * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a full RFC 822 email address object from the specified buffer containing the binary coded representation.
The data is parsed into a series of sub domains.
The data must represent a full RFC 822 email address, otherwise this function leaves.
const TDesC8 & aBinaryData | The encoded binary representation. |
IMPORT_C CX509RFC822Name * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a full 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.
The data must represent a full RFC 822 email address, otherwise this function leaves.
const TDesC8 & aBinaryData | The encoded binary representation. |
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.