|
|
|
Location:
x509gn.h
Link against: x509.lib
CX509IPBasedURI
Supported from 6.0
A URI.
The class extracts a DNS name, i.e. the host part of the URI.
|
Defined in CX509IPBasedURI:
CX509IPBasedURI(), Host(), Name(), NewL(), NewLC(), ~CX509IPBasedURI()
Inherited from CBase:
operator new()
static CX509IPBasedURI* NewL(const TDesC8& aBinaryData);
Creates an IP based URI name object from the specified buffer containing the binary coded representation.
|
|
static CX509IPBasedURI* NewLC(const TDesC8& aBinaryData);
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.
|
|
~CX509IPBasedURI();
Destructor.
Frees all resources owned by the object, prior to its destruction.
const CX509DNSName& Host() const;
Gets the host part.
|
TPtrC Name() const;
Gets the whole name.
|