| add(GBigInt *pBigNumber) | GClasses::GBigInt | |
| And(GBigInt *pBigNumber) | GClasses::GBigInt | |
| BITS_PER_INT enum value | GClasses::GBigInt | protected |
| 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::GBigInt | inline |
| getBitCount() | GClasses::GBigInt | |
| getSign() | GClasses::GBigInt | inline |
| getUInt(unsigned int nPos) | GClasses::GBigInt | inline |
| getUIntCount() | GClasses::GBigInt | inline |
| increment() | GClasses::GBigInt | |
| isPrime() | GClasses::GBigInt | |
| isZero() | GClasses::GBigInt | |
| m_bSign | GClasses::GBigInt | protected |
| m_nUInts | GClasses::GBigInt | protected |
| m_pBits | GClasses::GBigInt | protected |
| 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::GBigInt | protected |
| 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::GBigInt | inline |
| setToZero() | GClasses::GBigInt | |
| setUInt(unsigned int nPos, unsigned int nVal) | GClasses::GBigInt | |
| shiftLeft(unsigned int nBits) | GClasses::GBigInt | |
| shiftLeftBits(unsigned int nBits) | GClasses::GBigInt | protected |
| shiftLeftUInts(unsigned int nBits) | GClasses::GBigInt | protected |
| shiftRight(unsigned int nBits) | GClasses::GBigInt | |
| shiftRightBits(unsigned int nBits) | GClasses::GBigInt | protected |
| shiftRightUInts(unsigned int nBits) | GClasses::GBigInt | protected |
| 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::GBigInt | virtual |