Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CBase:

Inherited from CX509DomainName:

Inherited from CX509RFC822NameSubtree:


Construction and destruction


NewL(const TDesC8 &)

IMPORT_C static 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(const TDesC8 &)

IMPORT_C static 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(const TDesC8 &)

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

Description

Second-phase constructor.

Parameters

const TDesC8 &aBinaryData

The encoded binary representation.