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

Fonctions membres publiques statiques

static load ($key, $password='')
 
static savePrivateKey (BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password='')
 
static savePublicKey (BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y)
 

Documentation des fonctions membres

◆ load()

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

Break a public or private key down into its constituent components

public

Paramètres
array$key
string$passwordoptional
Renvoie
array

Références $key, et $options.

◆ savePrivateKey()

static savePrivateKey ( BigInteger  $p,
BigInteger  $q,
BigInteger  $g,
BigInteger  $y,
BigInteger  $x,
  $password = '' 
)
static

Convert a private key to the appropriate format.

public

Paramètres
\phpseclib3\Math\BigInteger$p
\phpseclib3\Math\BigInteger$q
\phpseclib3\Math\BigInteger$g
\phpseclib3\Math\BigInteger$y
\phpseclib3\Math\BigInteger$x
string$passwordoptional
Renvoie
string

◆ savePublicKey()

static savePublicKey ( BigInteger  $p,
BigInteger  $q,
BigInteger  $g,
BigInteger  $y 
)
static

Convert a public key to the appropriate format

public

Paramètres
\phpseclib3\Math\BigInteger$p
\phpseclib3\Math\BigInteger$q
\phpseclib3\Math\BigInteger$g
\phpseclib3\Math\BigInteger$y
Renvoie
string

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