Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (BigInteger $modulo) | |
setReduction (\Closure $func) | |
newInteger (BigInteger $num) | |
randomInteger () | |
getLengthInBytes () | |
getLength () | |
__destruct () | |
Attributs protégés | |
$instanceID | |
Attributs privés statiques | |
static | $instanceCounter = 0 |
__construct | ( | BigInteger | $modulo | ) |
Default constructor
Références BigInteger\createRecurringModuloFunction(), Integer\setModulo(), et Integer\setRecurringModuloFunction().
__destruct | ( | ) |
Destructor
Références Integer\cleanupCache().
getLength | ( | ) |
getLengthInBytes | ( | ) |
newInteger | ( | BigInteger | $num | ) |
Returns an instance of a dynamically generated PrimeFieldInteger class
randomInteger | ( | ) |
Returns an integer on the finite field between one and the prime modulo
Références Integer\getModulo(), et BigInteger\randomRange().
setReduction | ( | \Closure | $func | ) |
|
staticprivate |
|
protected |