CX509GeneralName Class Reference
class CX509GeneralName : public CBase |
Defines a general name.
The class contains a tag and a name whose form depends on the value of that tag.
When a General Name is included as part of a Name Constraints Extension, the values need not be complete names but may be simply subtrees.
For example, 'symbian.com' instead of mailto:john.doe@symbian.com'. Both names are valid subtrees but only the second is a valid RFC822 name.
Constructor & Destructor Documentation
CX509GeneralName()
CX509GeneralName | ( | ) | [private] |
CX509GeneralName(TGNType)
CX509GeneralName | ( | TGNType | aType | ) | [private] |
~CX509GeneralName()
IMPORT_C | ~CX509GeneralName | ( | ) | |
Destructor.
Frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
ConstructL(const TDesC8 &, TInt &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
ConstructL(const TDesC8 &)
void | ConstructL | ( | const TDesC8 & | aData | ) | [private] |
ExactMatch(const CX509GeneralName &)
Dummy Function which always returns EFalse.
NewL(const TDesC8 &)
Creates a new general name object from the specified buffer containing the binary coded representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewL(const TDesC8 &, TInt &)
Creates a new general name object from the specified buffer containing the binary coded representation,starting at the specified offset.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
NewL(const CX509GeneralName &)
Creates a new general name object from an existing object.
This is equivalent to a copy constructor.
NewLC(const TDesC8 &)
Creates a new general name object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
Initialises the object from its encoded binary form into an internal representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &, TInt &)
Creates a new general name object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
Initialises the object from its encoded binary form into an internal representation.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The offset position from which to start decoding. |
NewLC(const CX509GeneralName &)
Creates a new general name object from an existing object, and puts a pointer to it onto the cleanup stack.
This is equivalent to a copy constructor.
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.