CX509CapabilitySetExt Class Reference
class CX509CapabilitySetExt : public CX509ExtensionBase |
A Symbian specific X.509 v3 certificate extension that contains a capability set encoded as a bit string.
Constructor & Destructor Documentation
~CX509CapabilitySetExt()
Destructor. Frees all resources owned by the object.
Member Functions Documentation
CapabilitySet()
Gets a reference to the capability set.
ConstructL(const TDesC8 &, TInt &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [protected, virtual] |
Second-phase constructor.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The position from which to start decoding. |
DoConstructL(const TDesC8 &, TInt &)
void | DoConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [protected, virtual] |
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. This is the same as passed to ConstructL(). |
TInt & aPos | The position from which to start decoding. Note that the value passed points, in effect, to the content, bypassing the header data. |
NewL(const TDesC8 &)
Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &)
Creates a new CX509CapabilitySetExt object from the binary (DER) encoded representation of a sequence of integers, and puts a pointer to it onto the cleanup stack.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
Member Data Documentation
TCapabilitySet
iCapabilitySet
The decoded capability set
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.