CX509PolicyQualifierInfo Class Reference

class CX509PolicyQualifierInfo : public CBase

Gets X.509 policy qualifier information.

Since
v6.0

Inherits from

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]

Parameters

const TDesC8 & aBinaryData
TInt & aPos

ConstructL(const CX509PolicyQualifierInfo &)

void ConstructL ( const CX509PolicyQualifierInfo & aQualifier ) [private]

Parameters

const CX509PolicyQualifierInfo & aQualifier

ConstructL(RReadStream &)

void ConstructL ( RReadStream & aStream ) [private]

Parameters

RReadStream & aStream

Data()

IMPORT_C TPtrC8 Data ( ) const

Gets the policy qualifier data.

ExternalizeL(RWriteStream &)

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

RWriteStream & aStream Stream to which the object should be externalised.

Id()

IMPORT_C TPtrC Id ( ) const

Gets the policy qualifier Id.

InternalizeL(RReadStream &)

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

RReadStream & aStream Stream from which the object should be internalised.

NewL(const TDesC8 &)

CX509PolicyQualifierInfo * NewL ( const TDesC8 & aBinaryData ) [static]

Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.

NewL(const TDesC8 &, TInt &)

CX509PolicyQualifierInfo * NewL ( const TDesC8 & aBinaryData,
TInt & aPos
) [static]

Creates a new CX509PolicyQualifierInfo object from the specified buffer containing the encoded binary representation.

Parameters

const TDesC8 & aBinaryData The encoded binary representation.
TInt & aPos The position from which to start decoding.

NewL(const CX509PolicyQualifierInfo &)

CX509PolicyQualifierInfo * NewL ( const CX509PolicyQualifierInfo & aQualifierInfo ) [static]

Creates a new CX509PolicyQualifierInfo object from an existing X.509 Policy Qualifier Information object.

Parameters

const CX509PolicyQualifierInfo & aQualifierInfo The CX509PolicyQualifierInfo object to be copied.

NewL(RReadStream &)

CX509PolicyQualifierInfo * NewL ( RReadStream & aStream ) [static]

Creates a new CX509PolicyQualifierInfo object from a stream.

Parameters

RReadStream & aStream

NewLC(const TDesC8 &)

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

const TDesC8 & aBinaryData The encoded binary representation.

NewLC(const TDesC8 &, TInt &)

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

const TDesC8 & aBinaryData The encoded binary representation.
TInt & aPos The position from which to start decoding.

NewLC(const CX509PolicyQualifierInfo &)

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

const CX509PolicyQualifierInfo & aQualifierInfo The CX509PolicyQualifierInfo object to be copied.

NewLC(RReadStream &)

CX509PolicyQualifierInfo * NewLC ( RReadStream & aStream ) [static]

Creates a new CX509PolicyQualifierInfo object from a stream, and puts a pointer to it onto the cleanup stack.

Parameters

RReadStream & aStream

Member Data Documentation

HBufC8 * iData

HBufC8 * iData [private]

HBufC * iPolicyQualifierId

HBufC * iPolicyQualifierId [private]