|
|
|
Location:
x509gn.h
Link against: x509.lib
CX509IPAddress
Supported from 6.0
A single IP address.
|
Defined in CX509IPAddress:
Address(), CX509IPAddress(), IsWithinSubtree(), NewL(), NewLC(), ~CX509IPAddress()
Inherited from CBase:
operator new()
static CX509IPAddress* NewL(const TDesC8& aBinaryData);
Creates a single IP address object from the specified buffer containing the binary coded representation.
|
|
static CX509IPAddress* NewLC(const TDesC8& aBinaryData);
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.
|
|
~CX509IPAddress();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TBool IsWithinSubtree(const CX509IPSubnetMask& aName) const;
Tests whether the IP address lies within the specified subnet address.
|
|
TPtrC8 Address() const;
Gets the IP address.
|