Location:
x509gn.h
Link against: x509.lib
class CX509RFC822Name : public CX509RFC822NameSubtree;
A full RFC 822 email address.
Exactly as subtree, but requires local host and full domain name.
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
CX509RFC822Name
- A full RFC 822 email address
Defined in CX509RFC822Name
:
ConstructL()
, NewL()
, NewLC()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CX509DomainName
:
IsValidChar()
,
IsValidString()
,
IsWithinSubtree()
,
Name()
,
iName
,
iRep
Inherited from CX509RFC822NameSubtree
:
Rep()
static IMPORT_C CX509RFC822Name *NewL(const TDesC8 &aBinaryData);
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.
|
|
static IMPORT_C CX509RFC822Name *NewLC(const TDesC8 &aBinaryData);
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.
|
|
private: virtual void ConstructL(const TDesC8 &aBinaryData);
Second-phase constructor.
|