#include <x509gn.h>
Link against: x509.lib
class CX509RFC822Name : public CX509RFC822NameSubtree |
Public Member Functions | |
---|---|
IMPORT_C CX509RFC822Name * | NewL(const TDesC8 &) |
IMPORT_C CX509RFC822Name * | NewLC(const TDesC8 &) |
Inherited Attributes | |
---|---|
CX509DomainName::iName | |
CX509DomainName::iRep |
A full RFC 822 email address.
Exactly as subtree, but requires local host and full domain name.
IMPORT_C CX509RFC822Name * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CX509RFC822NameSubtree::NewL(const TDesC8 &)
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.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
IMPORT_C CX509RFC822Name * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CX509RFC822NameSubtree::NewLC(const TDesC8 &)
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.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |