class CX509BitString : public CBase |
An X.509 bit string.
Public Member Functions | |
---|---|
CX509BitString ( HBufC8 *, TInt ) | |
~CX509BitString () | |
TBool | IsSet ( TInt ) |
Private Attributes | |
---|---|
HBufC8 * | iData |
TInt | iLength |
CX509BitString | ( | HBufC8 * | aData, |
TInt | aEffectiveLength | ||
) |
Creates the X.509 bit string.
TBool | IsSet | ( | TInt | aBit | ) | const |
Tests whether the specified bit is set.
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. |
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.