|
|
|
|
Location:
x509gn.h
Link against: x509.lib
class CX509DNSNameSubtree : public CX509DomainName;
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.
CBase - Base class for all classes to be instantiated on the heap
CX509DomainName - An X.509 domain name
CX509DNSNameSubtree - A Domain Name System (DNS) name subtree
Defined in CX509DNSNameSubtree:
IsValidString(), NewL(), NewLC(), Rep()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CX509DomainName:
IsValidChar(),
IsWithinSubtree(),
Name(),
iName,
iRep
static IMPORT_C CX509DNSNameSubtree *NewL(const TDesC8 &aBinaryData);
Creates a DNS name object from the specified buffer containing the binary coded representation.
The data is parsed into a series of sub domains.
|
|
static IMPORT_C CX509DNSNameSubtree *NewLC(const TDesC8 &aBinaryData);
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.
|
|