GClasses
GClasses::GBigInt Member List

This is the complete list of members for GClasses::GBigInt, including all inherited members.

add(GBigInt *pBigNumber)GClasses::GBigInt
And(GBigInt *pBigNumber)GClasses::GBigInt
BITS_PER_INT enum valueGClasses::GBigIntprotected
calculatePrivateKey(GBigInt *pPublicKey, GBigInt *pProd)GClasses::GBigInt
compareTo(GBigInt *pBigNumber)GClasses::GBigInt
copy(GBigInt *pBigNumber)GClasses::GBigInt
decrement()GClasses::GBigInt
divide(GBigInt *pInNominator, GBigInt *pInDenominator, GBigInt *pOutRemainder)GClasses::GBigInt
euclid(GBigInt *pA1, GBigInt *pB1, GBigInt *pOutX=NULL, GBigInt *pOutY=NULL)GClasses::GBigInt
fromBuffer(const unsigned int *pBuffer, int nBufferSize)GClasses::GBigInt
fromByteBuffer(const unsigned char *pBuffer, int nBufferChars)GClasses::GBigInt
fromHex(const char *szHexValue)GClasses::GBigInt
GBigInt()GClasses::GBigInt
GBigInt(GDomNode *pNode)GClasses::GBigInt
getBit(unsigned int n)GClasses::GBigIntinline
getBitCount()GClasses::GBigInt
getSign()GClasses::GBigIntinline
getUInt(unsigned int nPos)GClasses::GBigIntinline
getUIntCount()GClasses::GBigIntinline
increment()GClasses::GBigInt
isPrime()GClasses::GBigInt
isZero()GClasses::GBigInt
m_bSignGClasses::GBigIntprotected
m_nUIntsGClasses::GBigIntprotected
m_pBitsGClasses::GBigIntprotected
millerRabin(GBigInt *pA)GClasses::GBigInt
multiply(GBigInt *pBigNumber, unsigned int nUInt)GClasses::GBigInt
multiply(GBigInt *pFirst, GBigInt *pSecond)GClasses::GBigInt
negate()GClasses::GBigInt
Or(GBigInt *pBigNumber)GClasses::GBigInt
powerMod(GBigInt *pA, GBigInt *pK, GBigInt *pN)GClasses::GBigInt
resize(unsigned int nBits)GClasses::GBigIntprotected
selectPublicKey(const unsigned int *pRandomData, int nRandomDataUInts, GBigInt *pProd)GClasses::GBigInt
serialize(GDom *pDoc) const GClasses::GBigInt
setBit(unsigned int nPos, bool bVal)GClasses::GBigInt
setRandom(unsigned int nBits)GClasses::GBigInt
setSign(bool bSign)GClasses::GBigIntinline
setToZero()GClasses::GBigInt
setUInt(unsigned int nPos, unsigned int nVal)GClasses::GBigInt
shiftLeft(unsigned int nBits)GClasses::GBigInt
shiftLeftBits(unsigned int nBits)GClasses::GBigIntprotected
shiftLeftUInts(unsigned int nBits)GClasses::GBigIntprotected
shiftRight(unsigned int nBits)GClasses::GBigInt
shiftRightBits(unsigned int nBits)GClasses::GBigIntprotected
shiftRightUInts(unsigned int nBits)GClasses::GBigIntprotected
subtract(GBigInt *pBigNumber)GClasses::GBigInt
toBuffer(unsigned int *pBuffer, int nBufferSize)GClasses::GBigInt
toBufferGiveOwnership()GClasses::GBigInt
toHex(char *szBuff, int nBufferSize)GClasses::GBigInt
Xor(GBigInt *pBigNumber)GClasses::GBigInt
~GBigInt()GClasses::GBigIntvirtual