Свойство | Type | Description | |
---|---|---|---|
dataLength | int | ||
primesBelow2000 | int[] |
Méthode | Description | |
---|---|---|
BigInteger ( ) : System | ||
BigInteger ( |
||
BigInteger ( byte inData ) : System | ||
BigInteger ( byte inData, int inLen ) : System | ||
BigInteger ( int inData ) : 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 | ||
GetSerializationBytes ( ) : byte[] | ||
IntValue ( ) : int | ||
Jacobi ( |
||
LongValue ( ) : long | ||
LucasSequence ( |
||
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 ( ) : |
||
bitCount ( ) : int | ||
gcd ( |
||
genCoPrime ( int bits, |
||
genPseudoPrime ( int bits, int confidence, |
||
genRandomBits ( int bits, |
||
getBytes ( ) : byte[] | ||
isProbablePrime ( ) : bool | ||
isProbablePrime ( int confidence ) : bool | ||
max ( |
||
min ( |
||
modInverse ( |
||
modPow ( |
||
operator ( ) : |
||
operator ( ) : bool | ||
setBit ( uint bitNum ) : void | ||
sqrt ( ) : |
||
unsetBit ( uint bitNum ) : void |
Méthode | Description | |
---|---|---|
BarrettReduction ( |
||
LucasSequenceHelper ( |
||
LucasStrongTestHelper ( |
||
multiByteDivide ( |
||
shiftLeft ( uint buffer, int shiftVal ) : int | ||
shiftRight ( uint buffer, int shiftVal ) : int | ||
singleByteDivide ( |
public BigInteger ( |
||
bi | ||
Résultat | System |
public BigInteger ( byte inData, int inLen ) : System | ||
inData | byte | |
inLen | int | |
Résultat | System |
public BigInteger ( string value, int radix ) : System | ||
value | string | |
radix | int | |
Résultat | System |
public FermatLittleTest ( int confidence ) : bool | ||
confidence | int | |
Résultat | bool |
public static Jacobi ( |
||
a | ||
b | ||
Résultat | int |
public static LucasSequence ( |
||
P | ||
Q | ||
k | ||
n | ||
Résultat | VoltDB.ThirdParty.Math.BigInteger[] |
public static MulDivTest ( int rounds ) : void | ||
rounds | int | |
Résultat | void |
public static RSATest ( int rounds ) : void | ||
rounds | int | |
Résultat | void |
public static RSATest2 ( int rounds ) : void | ||
rounds | int | |
Résultat | void |
public RabinMillerTest ( int confidence ) : bool | ||
confidence | int | |
Résultat | bool |
public SolovayStrassenTest ( int confidence ) : bool | ||
confidence | int | |
Résultat | bool |
public static SqrtTest ( int rounds ) : void | ||
rounds | int | |
Résultat | void |
public genCoPrime ( int bits, |
||
bits | int | |
rand | ||
Résultat |
public static genPseudoPrime ( int bits, int confidence, |
||
bits | int | |
confidence | int | |
rand | ||
Résultat |
public genRandomBits ( int bits, |
||
bits | int | |
rand | ||
Résultat | void |
public isProbablePrime ( int confidence ) : bool | ||
confidence | int | |
Résultat | bool |
public modInverse ( |
||
modulus | ||
Résultat |
public modPow ( |
||
exp | ||
n | ||
Résultat |