CX509RFC822Name Class Reference

class CX509RFC822Name : public CX509RFC822NameSubtree

A full RFC 822 email address.

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

Member Functions Documentation

ConstructL(const TDesC8 &)

void ConstructL ( const TDesC8 & aBinaryData ) [private, virtual]

Second-phase constructor.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

NewL(const TDesC8 &)

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.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

NewLC(const TDesC8 &)

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.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.