Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | savePrivateKey (BigInteger $n, BigInteger $e, BigInteger $d, array $primes, array $exponents, array $coefficients, $password='') |
static | savePublicKey (BigInteger $n, BigInteger $e) |
Champs de données | |
const | PRIVATEKEYBLOB = 0x7 |
const | PUBLICKEYBLOB = 0x6 |
const | PUBLICKEYBLOBEX = 0xA |
const | CALG_RSA_KEYX = 0x0000A400 |
const | CALG_RSA_SIGN = 0x00002400 |
const | RSA1 = 0x31415352 |
const | RSA2 = 0x32415352 |
|
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 $key, $n, $password, et BigInteger\toBytes().
|
static |
const CALG_RSA_KEYX = 0x0000A400 |
RSA public key exchange algorithm
private
const CALG_RSA_SIGN = 0x00002400 |
RSA public key exchange algorithm
private
const PRIVATEKEYBLOB = 0x7 |
Public/Private Key Pair
private
const PUBLICKEYBLOB = 0x6 |
Public Key
private
const PUBLICKEYBLOBEX = 0xA |
Public Key
private
const RSA1 = 0x31415352 |
Public Key
private
const RSA2 = 0x32415352 |
Private Key
private