Method |
Description |
|
BigInteger ( ) : System |
|
|
BigInteger ( BigInteger bi ) : System |
|
|
BigInteger ( byte inData ) : System |
|
|
BigInteger ( byte inData, int inLen ) : System |
|
|
BigInteger ( long value ) : System |
|
|
BigInteger ( string value, int radix ) : System |
|
|
BigInteger ( uint inData ) : System |
|
|
BigInteger ( ulong value ) : System |
|
|
Equals ( object o ) : bool |
|
|
FermatLittleTest ( int confidence ) : bool |
|
|
GetHashCode ( ) : int |
|
|
IntValue ( ) : int |
|
|
Jacobi ( BigInteger a, BigInteger b ) : int |
|
|
LongValue ( ) : long |
|
|
LucasSequence ( BigInteger P, BigInteger Q, BigInteger k, BigInteger n ) : K2Informatics.Erlnet.BigInteger[] |
|
|
LucasStrongTest ( ) : bool |
|
|
Main ( string args ) : void |
|
|
MulDivTest ( int rounds ) : void |
|
|
RSATest ( int rounds ) : void |
|
|
RSATest2 ( int rounds ) : void |
|
|
RabinMillerTest ( int confidence ) : bool |
|
|
SolovayStrassenTest ( int confidence ) : bool |
|
|
SqrtTest ( int rounds ) : void |
|
|
ToHexString ( ) : string |
|
|
ToString ( ) : string |
|
|
ToString ( int radix ) : string |
|
|
abs ( ) : BigInteger |
|
|
bitCount ( ) : int |
|
|
gcd ( BigInteger bi ) : BigInteger |
|
|
genCoPrime ( int bits, Random rand ) : BigInteger |
|
|
genPseudoPrime ( int bits, int confidence, Random rand ) : BigInteger |
|
|
genRandomBits ( int bits, Random rand ) : void |
|
|
getBytes ( ) : byte[] |
|
|
isProbablePrime ( ) : bool |
|
|
isProbablePrime ( int confidence ) : bool |
|
|
max ( BigInteger bi ) : BigInteger |
|
|
min ( BigInteger bi ) : BigInteger |
|
|
modInverse ( BigInteger modulus ) : BigInteger |
|
|
modPow ( BigInteger exp, BigInteger n ) : BigInteger |
|
|
operator ( ) : BigInteger |
|
|
operator ( ) : bool |
|
|
setBit ( uint bitNum ) : void |
|
|
sqrt ( ) : BigInteger |
|
|
unsetBit ( uint bitNum ) : void |
|
|