#include <x509certext.h>
Link against: x509.lib
class CX509PolicyQualifierInfo : public CBase |
Public Member Functions | |
---|---|
virtual | ~CX509PolicyQualifierInfo() |
IMPORT_C TPtrC8 | Data() |
void | ExternalizeL(RWriteStream &) |
IMPORT_C TPtrC | Id() |
void | InternalizeL(RReadStream &) |
CX509PolicyQualifierInfo * | NewL(const TDesC8 &) |
CX509PolicyQualifierInfo * | NewL(const TDesC8 &, TInt &) |
CX509PolicyQualifierInfo * | NewL(const CX509PolicyQualifierInfo &) |
CX509PolicyQualifierInfo * | NewL(RReadStream &) |
CX509PolicyQualifierInfo * | NewLC(const TDesC8 &) |
CX509PolicyQualifierInfo * | NewLC(const TDesC8 &, TInt &) |
CX509PolicyQualifierInfo * | NewLC(const CX509PolicyQualifierInfo &) |
CX509PolicyQualifierInfo * | NewLC(RReadStream &) |
Gets X.509 policy qualifier information.
~CX509PolicyQualifierInfo | ( | ) | [virtual] |
The destructor.
Frees all resources owned by the object.
IMPORT_C TPtrC8 | Data | ( | ) | const |
Gets the policy qualifier data.
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
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 | |
---|---|
aStream | Stream to which the object should be externalised. |
IMPORT_C TPtrC | Id | ( | ) | const |
Gets the policy qualifier Id.
void | InternalizeL | ( | RReadStream & | aStream | ) |
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 | |
---|---|
aStream | Stream from which the object should be internalised. |
CX509PolicyQualifierInfo * | NewL | ( | const TDesC8 & | aBinaryData | ) | [static] |
Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
CX509PolicyQualifierInfo * | NewL | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation.
Parameters | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
CX509PolicyQualifierInfo * | NewL | ( | const CX509PolicyQualifierInfo & | aQualifierInfo | ) | [static] |
Creates a new CX509PolicyQualifierInfo object from an existing X.509 Policy Qualifier Information object.
Parameters | |
---|---|
aQualifierInfo | The CX509PolicyQualifierInfo object to be copied. |
CX509PolicyQualifierInfo * | NewL | ( | RReadStream & | aStream | ) | [static] |
Creates a new CX509PolicyQualifierInfo object from a stream.
CX509PolicyQualifierInfo * | NewLC | ( | const TDesC8 & | aBinaryData | ) | [static] |
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 | |
---|---|
aBinaryData | The encoded binary representation. |
CX509PolicyQualifierInfo * | NewLC | ( | const TDesC8 & | aBinaryData, |
TInt & | aPos | |||
) | [static] |
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 | |
---|---|
aBinaryData | The encoded binary representation. |
aPos | The position from which to start decoding. |
CX509PolicyQualifierInfo * | NewLC | ( | const CX509PolicyQualifierInfo & | aQualifierInfo | ) | [static] |
Creates a new CX509PolicyQualifierInfo object from an existing X.509 Policy Qualifier Information object, and puts a pointer to it onto the cleanup stack.
Parameters | |
---|---|
aQualifierInfo | The CX509PolicyQualifierInfo object to be copied. |
CX509PolicyQualifierInfo * | NewLC | ( | RReadStream & | aStream | ) | [static] |
Creates a new CX509PolicyQualifierInfo object from a stream, and puts a pointer to it onto the cleanup stack.