Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | load ($key, $password='') |
static | savePrivateKey (BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password='') |
static | savePublicKey (BigInteger $n, BigInteger $e) |
|
static |
Break a public or private key down into its constituent components
public
string | $key | |
string | $password | optional |
Références $key, $temp, $value, et Strings\is_stringable().
|
static |
Convert a private key to the appropriate format.
public
\phpseclib3\Math\BigInteger | $n | |
\phpseclib3\Math\BigInteger | $e | |
\phpseclib3\Math\BigInteger | $d | |
array | $primes | |
array | $exponents | |
array | $coefficients | |
string | $password | optional |
Références $n, $password, et BigInteger\toBytes().
|
static |
Convert a public key to the appropriate format
public
\phpseclib3\Math\BigInteger | $n | |
\phpseclib3\Math\BigInteger | $e |
Références $n, et BigInteger\toBytes().