Location:
x509gn.h
Link against: x509.lib
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.
CBase
- Base class for all classes to be instantiated on the heap
CX509DomainName
- An X.509 domain name
CX509RFC822NameSubtree
- A full or partial RFC 822 email address
Defined in CX509RFC822NameSubtree
:
ConstructL()
, NewL()
, NewLC()
, Rep()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CX509DomainName
:
IsValidChar()
,
IsValidString()
,
IsWithinSubtree()
,
Name()
,
iName
,
iRep
static IMPORT_C CX509RFC822NameSubtree *NewL(const TDesC8 &aBinaryData);
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.
|
|
static IMPORT_C CX509RFC822NameSubtree *NewLC(const TDesC8 &aBinaryData);
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.
|
|
protected: virtual void ConstructL(const TDesC8 &aBinaryData);
Second-phase constructor.
|