Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: x509gn.h
Link against: x509.lib

Class CX509IPBasedURI

CX509IPBasedURI

Support

Supported from 6.0

Description

A URI.

The class extracts a DNS name, i.e. the host part of the URI.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CX509IPBasedURIA URI

Defined in CX509IPBasedURI:
CX509IPBasedURI(), Host(), Name(), NewL(), NewLC(), ~CX509IPBasedURI()

Inherited from CBase:
operator new()


Construction and destruction


NewL()

static CX509IPBasedURI* NewL(const TDesC8& aBinaryData);

Description

Creates an IP based URI name object from the specified buffer containing the binary coded representation.

Parameters

const TDesC8& aBinaryData

The encoded binary representation.

Return value

CX509IPBasedURI*

The new URI name object.


NewLC()

static CX509IPBasedURI* NewLC(const TDesC8& aBinaryData);

Description

Creates a URI name object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the clean up stack.

Parameters

const TDesC8& aBinaryData

The encoded binary representation.

Return value

CX509IPBasedURI*

The new URI name object.


~CX509IPBasedURI()

~CX509IPBasedURI();

Description

Destructor.

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


CX509IPBasedURI()

CX509IPBasedURI();

Description

Constructor.

[Top]


Member functions


Host()

const CX509DNSName& Host() const;

Description

Gets the host part.

Return value

CX509DNSName&

The host part.


Name()

TPtrC Name() const;

Description

Gets the whole name.

Return value

TPtrC

A pointer descriptor representing the whole name.