Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe XML

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)
 

Documentation des fonctions membres

◆ load()

static load (   $key,
  $password = '' 
)
static

Break a public or private key down into its constituent components

public

Paramètres
string$key
string$passwordoptional
Renvoie
array

Références $key, $temp, $value, et Strings\is_stringable().

◆ savePrivateKey()

static savePrivateKey ( BigInteger  $n,
BigInteger  $e,
BigInteger  $d,
array  $primes,
array  $exponents,
array  $coefficients,
  $password = '' 
)
static

Convert a private key to the appropriate format.

public

Paramètres
\phpseclib3\Math\BigInteger$n
\phpseclib3\Math\BigInteger$e
\phpseclib3\Math\BigInteger$d
array$primes
array$exponents
array$coefficients
string$passwordoptional
Renvoie
string

Références $n, $password, et BigInteger\toBytes().

◆ savePublicKey()

static savePublicKey ( BigInteger  $n,
BigInteger  $e 
)
static

Convert a public key to the appropriate format

public

Paramètres
\phpseclib3\Math\BigInteger$n
\phpseclib3\Math\BigInteger$e
Renvoie
string

Références $n, et BigInteger\toBytes().


La documentation de cette classe a été générée à partir du fichier suivant :