Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (... $indices) | |
newInteger ($num) | |
randomInteger () | |
getLengthInBytes () | |
getLength () | |
Fonctions membres publiques statiques | |
static | base2ToBase256 ($x, $size=null) |
static | base256ToBase2 ($x) |
Attributs protégés | |
$instanceID | |
Attributs privés | |
$randomMax | |
Attributs privés statiques | |
static | $instanceCounter = 0 |
__construct | ( | $indices | ) |
Default constructor
Références $c, $g, $i, $r, $temp, $val, Integer\setModulo(), et Integer\setRecurringModuloFunction().
|
static |
Converts a base-256 string to a base-2 string
string | $x |
Références Strings\bin2bits().
Référencé par Integer\regularPolynomialMultiply(), et Integer\toBits().
|
static |
Converts a base-2 string to a base-256 string
string | $x | |
int | null | $size |
Références $size, et Strings\bits2bin().
Référencé par Integer\polynomialDivide(), et Integer\regularPolynomialMultiply().
getLength | ( | ) |
getLengthInBytes | ( | ) |
newInteger | ( | $num | ) |
Returns an instance of a dynamically generated PrimeFieldInteger class
string | $num |
randomInteger | ( | ) |
Returns an integer on the finite field between one and the prime modulo
Références BigInteger\randomRange().
|
staticprivate |
|
protected |
|
private |