CX509PolicyQualifierInfo Class Reference
class CX509PolicyQualifierInfo : public CBase |
Gets X.509 policy qualifier information.
Constructor & Destructor Documentation
CX509PolicyQualifierInfo()
CX509PolicyQualifierInfo | ( | ) | [private] |
~CX509PolicyQualifierInfo()
~CX509PolicyQualifierInfo | ( | ) | [virtual] |
The destructor.
Frees all resources owned by the object.
Member Functions Documentation
ConstructL(const TDesC8 &, TInt &)
void | ConstructL | ( | const TDesC8 & | aBinaryData, |
| TInt & | aPos |
| ) | [private] |
ConstructL(const CX509PolicyQualifierInfo &)
ConstructL(RReadStream &)
Data()
Gets the policy qualifier data.
ExternalizeL(RWriteStream &)
Externalises an object of this class to a write stream.
The presence of this function means that the standard templated operator<<() can be used to externalise objects of this class.
Parameters
RWriteStream & aStream | Stream to which the object should be externalised. |
Id()
Gets the policy qualifier Id.
InternalizeL(RReadStream &)
Internalises an object of this class from a read stream.
The presence of this function means that the standard templated operator>>() can be used to internalise objects of this class.
Note that this function has assignment semantics: it replaces the old value of the object with a new value read from the read stream.
Parameters
RReadStream & aStream | Stream from which the object should be internalised. |
NewL(const TDesC8 &)
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewL(const TDesC8 &, TInt &)
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The position from which to start decoding. |
NewL(const CX509PolicyQualifierInfo &)
NewLC(const TDesC8 &)
Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
NewLC(const TDesC8 &, TInt &)
Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation, and puts a pointer to it onto the cleanup stack.
Parameters
const TDesC8 & aBinaryData | The encoded binary representation. |
TInt & aPos | The position from which to start decoding. |
NewLC(const CX509PolicyQualifierInfo &)
Creates a new CX509PolicyQualifierInfo object from an existing X.509 Policy Qualifier Information object, and puts a pointer to it onto the cleanup stack.
Member Data Documentation
HBufC * iPolicyQualifierId
HBufC * | iPolicyQualifierId | [private] |
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.