| Property | Defined By | ||
|---|---|---|---|
| DB : int [read-only] | BigInteger | ||
| DM : int [read-only] | BigInteger | ||
| DV : int [read-only] | BigInteger | ||
| ONE : BigInteger [static] | BigInteger | ||
| s : int | BigInteger | ||
| t : int | BigInteger | ||
| ZERO : BigInteger [static] | BigInteger | ||
| Method | Defined By | ||
|---|---|---|---|
| BigInteger | |||
| BigInteger | |||
addOffset2(n:int, w:int):void | BigInteger | ||
am(i:int, x:int, w:BigInteger, j:int, c:int, n:int):int | BigInteger | ||
bitLength():int | BigInteger | ||
clamp():void | BigInteger | ||
compareTo(a:BigInteger):int | BigInteger | ||
copyTo(r:BigInteger):void | BigInteger | ||
| BigInteger | |||
| BigInteger | |||
dlShiftTo(n:int, r:BigInteger):void | BigInteger | ||
drShiftTo(n:int, r:BigInteger):void | BigInteger | ||
fromNumber(a:int, b:int, c:SecureRandom):void | BigInteger | ||
[static] | BigInteger | ||
fromString(s:String, b:int = 256):void | BigInteger | ||
fromString(s:String, b:int = 256):BigInteger [static] | BigInteger | ||
| BigInteger | |||
int2char(n:int):String [static] | BigInteger | ||
invDigit():int | BigInteger | ||
isProbablePrime(t:int):Boolean | BigInteger | ||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
| BigInteger | |||
squareTo(r:BigInteger):void | BigInteger | ||
staticConstructor():void [static] | BigInteger | ||
| BigInteger | |||
| BigInteger | |||
toByteArray():Array | BigInteger | ||
toString(radix:int):String | BigInteger | ||
| DB | property |
DB:int [read-only] public function get DB():int| DM | property |
DM:int [read-only] public function get DM():int| DV | property |
DV:int [read-only] public function get DV():int| ONE | property |
public static var ONE:BigInteger| s | property |
public var s:int| t | property |
public var t:int| ZERO | property |
public static var ZERO:BigInteger| abs | () | method |
| add | () | method |
| addOffset2 | () | method |
public function addOffset2(n:int, w:int):voidParameters
n:int | |
w:int |
| am | () | method |
public function am(i:int, x:int, w:BigInteger, j:int, c:int, n:int):intParameters
i:int | |
x:int | |
w:BigInteger | |
j:int | |
c:int | |
n:int |
int |
| bitLength | () | method |
public function bitLength():intReturnsint |
| clamp | () | method |
public function clamp():void| compareTo | () | method |
| copyTo | () | method |
| divide | () | method |
| divRemTo | () | method |
public function divRemTo(m:BigInteger, q:BigInteger, r:BigInteger):voidParameters
m:BigInteger | |
q:BigInteger | |
r:BigInteger |
| dlShiftTo | () | method |
| drShiftTo | () | method |
| fromNumber | () | method |
| fromNumber | () | method |
public static function fromNumber(a:int, b:int, c:SecureRandom):BigIntegerParameters
a:int | |
b:int | |
c:SecureRandom |
BigInteger |
| fromString | () | method |
public function fromString(s:String, b:int = 256):voidParameters
s:String | |
b:int (default = 256) |
| fromString | () | method |
public static function fromString(s:String, b:int = 256):BigIntegerParameters
s:String | |
b:int (default = 256) |
BigInteger |
| gcd | () | method |
| int2char | () | method |
public static function int2char(n:int):StringParameters
n:int |
String |
| invDigit | () | method |
public function invDigit():intReturnsint |
| isProbablePrime | () | method |
public function isProbablePrime(t:int):BooleanParameters
t:int |
Boolean |
| mod | () | method |
| modInverse | () | method |
| modPow | () | method |
public function modPow(e:BigInteger, m:BigInteger):BigIntegerParameters
e:BigInteger | |
m:BigInteger |
BigInteger |
| modPowInt | () | method |
public function modPowInt(e:int, m:BigInteger):BigIntegerParameters
e:int | |
m:BigInteger |
BigInteger |
| multiply | () | method |
| multiplyLowerTo | () | method |
public function multiplyLowerTo(a:BigInteger, n:int, r:BigInteger):voidParameters
a:BigInteger | |
n:int | |
r:BigInteger |
| multiplyTo | () | method |
| multiplyUpperTo | () | method |
public function multiplyUpperTo(a:BigInteger, n:int, r:BigInteger):voidParameters
a:BigInteger | |
n:int | |
r:BigInteger |
| square | () | method |
| squareTo | () | method |
| staticConstructor | () | method |
public static function staticConstructor():void| subTo | () | method |
| subtract | () | method |
| toByteArray | () | method |
public function toByteArray():ArrayReturnsArray |
| toString | () | method |
public function toString(radix:int):StringParameters
radix:int |
String |