Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: x509gn.h
Link against: x509.lib

Class CX509RFC822Name

class CX509RFC822Name : public CX509RFC822NameSubtree;

Description

A full RFC 822 email address.

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

Derivation

Members

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()


Construction and destruction


NewL()

static IMPORT_C CX509RFC822Name *NewL(const TDesC8 &aBinaryData);

Description

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.

Return value

CX509RFC822Name *

The new full RFC 822 email address object.


NewLC()

static IMPORT_C CX509RFC822Name *NewLC(const TDesC8 &aBinaryData);

Description

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.

Return value

CX509RFC822Name *

The new full RFC 822 email address object.


ConstructL()

private: virtual void ConstructL(const TDesC8 &aBinaryData);

Description

Second-phase constructor.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.