#include <x509gn.h>
Link against: x509.lib
| class CX509IPAddress : public CBase |
| Public Member Functions | |
|---|---|
| CX509IPAddress() | |
| ~CX509IPAddress() | |
| IMPORT_C TPtrC8 | Address() |
| IMPORT_C TBool | IsWithinSubtree(const CX509IPSubnetMask &) |
| IMPORT_C CX509IPAddress * | NewL(const TDesC8 &) |
| IMPORT_C CX509IPAddress * | NewLC(const TDesC8 &) |
A single IP address.
| IMPORT_C | ~CX509IPAddress | ( | ) |
Destructor.
Frees all resources owned by the object, prior to its destruction.
| IMPORT_C TPtrC8 | Address | ( | ) | const |
Gets the IP address.
| IMPORT_C TBool | IsWithinSubtree | ( | const CX509IPSubnetMask & | aName | ) | const |
Tests whether the IP address lies within the specified subnet address.
| Parameters | |
|---|---|
| aName | The subnet mask name. |
| IMPORT_C CX509IPAddress * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a single IP address object from the specified buffer containing the binary coded representation.
| Parameters | |
|---|---|
| aBinaryData | The encoded binary representation. |
| 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 | |
|---|---|
| aBinaryData | The encoded binary representation. |