|
||
class CX509IPAddress : public CBase;
A single IP address.
CBase
-
Base class for all classes to be instantiated on the heap.
CX509IPAddress
- A single IP address.
Defined in CX509IPAddress
:
Address()const
Gets the IP address.IsWithinSubtree(const CX509IPSubnetMask &)const
Tests whether the IP address lies within the specified subnet address.NewL(const TDesC8 &)
Creates a single IP address object from the specified buffer containing the bina...NewLC(const TDesC8 &)
Creates a single IP address object from the specified buffer containing the bina...~CX509IPAddress()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CX509IPAddress* NewL(const TDesC8 &aBinaryData);
Creates a single IP address object from the specified buffer containing the binary coded representation.
|
|
IMPORT_C 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.
|
|
IMPORT_C ~CX509IPAddress();
Destructor.
Frees all resources owned by the object, prior to its destruction.
IMPORT_C TBool IsWithinSubtree(const CX509IPSubnetMask &aName) const;
Tests whether the IP address lies within the specified subnet address.
|
|
IMPORT_C TPtrC8 Address() const;
Gets the IP address.
|