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,
TInt aEffectiveLength
)

Creates the X.509 bit string.

Parameters

HBufC8 * aData A heap descriptor representing the bit string data.
TInt aEffectiveLength The number of bits in the string.

~CX509BitString()

~CX509BitString ( )

Destructor.

Frees all resources owned by the object.

Member Functions Documentation

IsSet(TInt)

TBool IsSet ( TInt aBit ) const

Tests whether the specified bit is set.

Parameters

TInt aBit The 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]