CX509IPAddress Class Reference

class CX509IPAddress : public CBase

A single IP address.

Inherits from

Constructor & Destructor Documentation

CX509IPAddress()

CX509IPAddress()

Constructor.

~CX509IPAddress()

IMPORT_C~CX509IPAddress()

Destructor.

Frees all resources owned by the object, prior to its destruction.

Member Functions Documentation

Address()

IMPORT_C TPtrC8Address()const

Gets the IP address.

ConstructL(const TDesC8 &)

voidConstructL(const TDesC8 &aBinaryData)[private]

Parameters

const TDesC8 & aBinaryData

IsWithinSubtree(const CX509IPSubnetMask &)

IMPORT_C TBoolIsWithinSubtree(const CX509IPSubnetMask &aName)const

Tests whether the IP address lies within the specified subnet address.

Parameters

const CX509IPSubnetMask & aNameThe subnet mask name.

NewL(const TDesC8 &)

IMPORT_C CX509IPAddress *NewL(const TDesC8 &aBinaryData)[static]

Creates a single IP address object from the specified buffer containing the binary coded representation.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.

NewLC(const TDesC8 &)

IMPORT_C CX509IPAddress *NewLC(const TDesC8 &aBinaryData)[static]

Creates a single IP address object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.

Parameters

const TDesC8 & aBinaryDataThe encoded binary representation.

Member Data Documentation

HBufC8 * iName

HBufC8 *iName[private]