abs() | IXICore.CryptoKey.BigInteger | |
BigInteger() | IXICore.CryptoKey.BigInteger | |
BigInteger(long value) | IXICore.CryptoKey.BigInteger | |
BigInteger(ulong value) | IXICore.CryptoKey.BigInteger | |
BigInteger(BigInteger bi) | IXICore.CryptoKey.BigInteger | |
BigInteger(string value, int radix) | IXICore.CryptoKey.BigInteger | |
BigInteger(byte[] inData) | IXICore.CryptoKey.BigInteger | |
BigInteger(byte[] inData, int inLen) | IXICore.CryptoKey.BigInteger | |
BigInteger(uint[] inData) | IXICore.CryptoKey.BigInteger | |
bitCount() | IXICore.CryptoKey.BigInteger | |
dataLength | IXICore.CryptoKey.BigInteger | |
Equals(object o) | IXICore.CryptoKey.BigInteger | |
FermatLittleTest(int confidence) | IXICore.CryptoKey.BigInteger | |
gcd(BigInteger bi) | IXICore.CryptoKey.BigInteger | |
genCoPrime(int bits, Random rand) | IXICore.CryptoKey.BigInteger | |
genPseudoPrime(int bits, int confidence, Random rand) | IXICore.CryptoKey.BigInteger | static |
genRandomBits(int bits, Random rand) | IXICore.CryptoKey.BigInteger | |
getBytes() | IXICore.CryptoKey.BigInteger | |
GetHashCode() | IXICore.CryptoKey.BigInteger | |
IntValue() | IXICore.CryptoKey.BigInteger | |
isProbablePrime(int confidence) | IXICore.CryptoKey.BigInteger | |
isProbablePrime() | IXICore.CryptoKey.BigInteger | |
Jacobi(BigInteger a, BigInteger b) | IXICore.CryptoKey.BigInteger | static |
LongValue() | IXICore.CryptoKey.BigInteger | |
LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) | IXICore.CryptoKey.BigInteger | static |
LucasStrongTest() | IXICore.CryptoKey.BigInteger | |
max(BigInteger bi) | IXICore.CryptoKey.BigInteger | |
min(BigInteger bi) | IXICore.CryptoKey.BigInteger | |
modInverse(BigInteger modulus) | IXICore.CryptoKey.BigInteger | |
modPow(BigInteger exp, BigInteger n) | IXICore.CryptoKey.BigInteger | |
operator !=(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator %(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator &(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator *(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator -(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator -(BigInteger bi1) | IXICore.CryptoKey.BigInteger | static |
operator --(BigInteger bi1) | IXICore.CryptoKey.BigInteger | static |
operator >(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator >=(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator >>(BigInteger bi1, int shiftVal) | IXICore.CryptoKey.BigInteger | static |
operator ^(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator BigInteger(long value) | IXICore.CryptoKey.BigInteger | static |
operator BigInteger(ulong value) | IXICore.CryptoKey.BigInteger | static |
operator BigInteger(int value) | IXICore.CryptoKey.BigInteger | static |
operator BigInteger(uint value) | IXICore.CryptoKey.BigInteger | static |
operator ~(BigInteger bi1) | IXICore.CryptoKey.BigInteger | static |
operator+(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator++(BigInteger bi1) | IXICore.CryptoKey.BigInteger | static |
operator/(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator<(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator<<(BigInteger bi1, int shiftVal) | IXICore.CryptoKey.BigInteger | static |
operator<=(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator==(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
operator|(BigInteger bi1, BigInteger bi2) | IXICore.CryptoKey.BigInteger | static |
primesBelow2000 | IXICore.CryptoKey.BigInteger | static |
RabinMillerTest(int confidence) | IXICore.CryptoKey.BigInteger | |
setBit(uint bitNum) | IXICore.CryptoKey.BigInteger | |
SolovayStrassenTest(int confidence) | IXICore.CryptoKey.BigInteger | |
sqrt() | IXICore.CryptoKey.BigInteger | |
ToHexString() | IXICore.CryptoKey.BigInteger | |
ToString() | IXICore.CryptoKey.BigInteger | |
ToString(int radix) | IXICore.CryptoKey.BigInteger | |
unsetBit(uint bitNum) | IXICore.CryptoKey.BigInteger | |