#include <x509gn.h>
Link against: x509.lib
class CX509DNSName : public CX509DNSNameSubtree |
Public Member Functions | |
---|---|
IMPORT_C CX509DNSName * | NewL(const TDesC8 &) |
IMPORT_C CX509DNSName * | NewL(const CX509DNSName &) |
IMPORT_C CX509DNSName * | NewL(const TDesC &) |
IMPORT_C CX509DNSName * | NewLC(const TDesC8 &) |
IMPORT_C CX509DNSName * | NewLC(const CX509DNSName &) |
IMPORT_C CX509DNSName * | NewLC(const TDesC &) |
Inherited Attributes | |
---|---|
CX509DomainName::iName | |
CX509DomainName::iRep |
A Domain Name System (DNS) name.
The name must begin with a valid sub domain and not a period.
IMPORT_C CX509DNSName * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CX509DNSNameSubtree::NewL(const TDesC8 &)
Creates a DNS name object from the specified buffer containing the binary coded representation.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
IMPORT_C CX509DNSName * | NewL | ( | const CX509DNSName & | aName | ) | [static] |
Creates a new DSN name object from an existing object.
This is equivalent to a copy constructor.
Parameters | |
---|---|
aName | The DSN name object to be copied. |
IMPORT_C CX509DNSName * | NewL | ( | const TDesC & | aNameString | ) | [static] |
Constructs a new DSN name object from a name string.
Parameters | |
---|---|
aNameString | The name string. |
IMPORT_C CX509DNSName * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
Reimplemented from CX509DNSNameSubtree::NewLC(const TDesC8 &)
Creates a DNS name 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. |
IMPORT_C CX509DNSName * | NewLC | ( | const CX509DNSName & | aName | ) | [static] |
Creates a new DSN name object from an existing object, and puts a pointer to it onto the clean up stack.
This is equivalent to a copy constructor.
Parameters | |
---|---|
aName | The DNS name object to be copied. |
IMPORT_C CX509DNSName * | NewLC | ( | const TDesC & | aNameString | ) | [static] |
Creates a DSN name object from a name string, and puts a pointer to it onto the cleanup stack.
Parameters | |
---|---|
aNameString | The name string. |