CX509RFC822Name Class Reference

#include <x509gn.h>

Link against: x509.lib

class CX509RFC822Name : public CX509RFC822NameSubtree

Inherits from

Detailed Description

A full RFC 822 email address.

Exactly as subtree, but requires local host and full domain name.

Member Function Documentation

NewL ( const TDesC8 & )

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
aBinaryDataThe encoded binary representation.
Return Value
The new full RFC 822 email address object.

NewLC ( const TDesC8 & )

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
aBinaryDataThe encoded binary representation.
Return Value
The new full RFC 822 email address object.