#include <x509gn.h>
| class CX509DNSNameSubtree : public CX509DomainName |
| Public Member Functions | |
|---|---|
| IMPORT_C CX509DNSNameSubtree * | NewL(const TDesC8 &) |
| IMPORT_C CX509DNSNameSubtree * | NewLC(const TDesC8 &) |
| IMPORT_C const RArray< TPtrC > & | Rep() |
| Inherited Attributes | |
|---|---|
| CX509DomainName::iName | |
| CX509DomainName::iRep | |
A Domain Name System (DNS) name subtree.
Initialised with 8-bit encoded binary data, which is parsed into a series of sub domains.
Because it is a subtree it may start with a period. For example, '.symbian.com', indicating that 'symbian.com' does not lie within the subtree.
| IMPORT_C CX509DNSNameSubtree * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a DNS name object from the specified buffer containing the binary coded representation.
The data is parsed into a series of sub domains.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary representation. |
Returns: The new DNS name object.
| IMPORT_C CX509DNSNameSubtree * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a DNS name object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
The data is parsed into a series of sub domains.
| Parameter | Description |
|---|---|
| aBinaryData | The encoded binary representation. |
Returns: The new DNS name object.