Свойство | Тип | Описание | |
---|---|---|---|
dataLength | int | ||
primesBelow2000 | int[] |
Метод | Описание | |
---|---|---|
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 ) : BigInteger[] | ||
LucasStrongTest ( ) : bool | ||
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 | ||
aMain ( string args ) : void | ||
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 |
Метод | Описание | |
---|---|---|
BarrettReduction ( BigInteger, x, BigInteger, n, BigInteger, constant ) : BigInteger, | ||
LucasSequenceHelper ( BigInteger P, BigInteger Q, BigInteger k, BigInteger n, BigInteger constant, int s ) : BigInteger[] | ||
LucasStrongTestHelper ( BigInteger thisVal ) : bool | ||
multiByteDivide ( BigInteger bi1, BigInteger bi2, BigInteger outQuotient, BigInteger outRemainder ) : void | ||
shiftLeft ( uint buffer, int shiftVal ) : int | ||
shiftRight ( uint buffer, int shiftVal ) : int | ||
singleByteDivide ( BigInteger bi1, BigInteger bi2, BigInteger outQuotient, BigInteger outRemainder ) : void |
public BigInteger ( BigInteger, bi ) : System | ||
bi | BigInteger, | |
Результат | System |
public BigInteger ( byte inData ) : System | ||
inData | byte | |
Результат | System |
public BigInteger ( byte inData, int inLen ) : System | ||
inData | byte | |
inLen | int | |
Результат | System |
public BigInteger ( string value, int radix ) : System | ||
value | string | |
radix | int | |
Результат | System |
public BigInteger ( uint inData ) : System | ||
inData | uint | |
Результат | System |
public BigInteger ( ulong value ) : System | ||
value | ulong | |
Результат | System |
public FermatLittleTest ( int confidence ) : bool | ||
confidence | int | |
Результат | bool |
public static Jacobi ( BigInteger a, BigInteger b ) : int | ||
a | BigInteger | |
b | BigInteger | |
Результат | int |
public static LucasSequence ( BigInteger P, BigInteger Q, BigInteger k, BigInteger n ) : BigInteger[] | ||
P | BigInteger | |
Q | BigInteger | |
k | BigInteger | |
n | BigInteger | |
Результат | BigInteger[] |
public static MulDivTest ( int rounds ) : void | ||
rounds | int | |
Результат | void |
public static RSATest ( int rounds ) : void | ||
rounds | int | |
Результат | void |
public static RSATest2 ( int rounds ) : void | ||
rounds | int | |
Результат | void |
public RabinMillerTest ( int confidence ) : bool | ||
confidence | int | |
Результат | bool |
public SolovayStrassenTest ( int confidence ) : bool | ||
confidence | int | |
Результат | bool |
public static SqrtTest ( int rounds ) : void | ||
rounds | int | |
Результат | void |
public static aMain ( string args ) : void | ||
args | string | |
Результат | void |
public genCoPrime ( int bits, Random rand ) : BigInteger | ||
bits | int | |
rand | Random | |
Результат | BigInteger |
public static genPseudoPrime ( int bits, int confidence, Random rand ) : BigInteger | ||
bits | int | |
confidence | int | |
rand | Random | |
Результат | BigInteger |
public genRandomBits ( int bits, Random rand ) : void | ||
bits | int | |
rand | Random | |
Результат | void |
public isProbablePrime ( int confidence ) : bool | ||
confidence | int | |
Результат | bool |
public modInverse ( BigInteger modulus ) : BigInteger | ||
modulus | BigInteger | |
Результат | BigInteger |
public modPow ( BigInteger exp, BigInteger n ) : BigInteger | ||
exp | BigInteger | |
n | BigInteger | |
Результат | BigInteger |