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 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
string$key
string$passwordoptional
Renvoie
array

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

◆ savePublicKey()

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

Convert a public key to the appropriate format

See https://www.w3.org/TR/xmldsig-core/#sec-DSAKeyValue

public

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

Références DSA\$g, DSA\$p, DSA\$q, et DSA\$y.


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