CX509BitString Class Reference

class CX509BitString : public CBase

An X.509 bit string.

Since
v6.0

Inherits from

Constructor & Destructor Documentation

CX509BitString(HBufC8 *, TInt)

CX509BitString(HBufC8 *aData,
TIntaEffectiveLength
)

Creates the X.509 bit string.

Parameters

HBufC8 * aDataA heap descriptor representing the bit string data.
TInt aEffectiveLengthThe number of bits in the string.

~CX509BitString()

~CX509BitString()

Destructor.

Frees all resources owned by the object.

Member Functions Documentation

IsSet(TInt)

TBool IsSet(TIntaBit)const

Tests whether the specified bit is set.

Parameters

TInt aBitThe offset of the bit to be tested. This is a value relative to zero. Any value greater than or equal to the length of the bit string will always cause EFalse to be returned.

Member Data Documentation

HBufC8 * iData

HBufC8 *iData[private]

TInt iLength

TInt iLength[private]