Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
verify ($message, $signature) | |
toString ($type, array $options=[]) | |
Fonctions membres publiques hérités de DSA | |
getLength () | |
getEngine () | |
getParameters () | |
withSignatureFormat ($format) | |
getSignatureFormat () | |
Fonctions membres publiques hérités de AsymmetricKey | |
toString ($type, array $options=[]) | |
getLoadedFormat () | |
getComment () | |
__toString () | |
withHash ($hash) | |
getHash () | |
Fonctions membres publiques hérités de PublicKey | |
getFingerprint ($algorithm) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de DSA | |
static | createParameters ($L=2048, $N=224) |
static | createKey (... $args) |
Fonctions membres publiques statiques hérités de AsymmetricKey | |
static | load ($key, $password=false) |
static | loadPrivateKey ($key, $password='') |
static | loadPublicKey ($key) |
static | loadParameters ($key) |
static | loadFormat ($type, $key, $password=false) |
static | loadPrivateKeyFormat ($type, $key, $password=false) |
static | loadPublicKeyFormat ($type, $key) |
static | loadParametersFormat ($type, $key) |
static | getSupportedKeyFormats () |
static | addFileFormat ($fullname) |
static | useBestEngine () |
static | useInternalEngine () |
Champs de données hérités de DSA | |
const | ALGORITHM = 'DSA' |
Fonctions membres protégées hérités de DSA | |
__construct () | |
Fonctions membres protégées hérités de AsymmetricKey | |
__construct () | |
computek ($h1) | |
bits2int ($in) | |
Fonctions membres protégées statiques hérités de DSA | |
static | onLoad ($components) |
Fonctions membres protégées statiques hérités de AsymmetricKey | |
static | initialize_static_variables () |
static | validatePlugin ($format, $type, $method=null) |
Attributs protégés hérités de DSA | |
$p | |
$q | |
$g | |
$y | |
$sigFormat | |
$shortFormat | |
Attributs protégés hérités de AsymmetricKey | |
$format | |
$hash | |
Attributs protégés statiques hérités de AsymmetricKey | |
static | $zero |
static | $one |
static | $engines = [] |
toString | ( | $type, | |
array | $options = [] |
||
) |
Returns the public key
string | $type | |
array | $options | optional |
Implémente PublicKey.
Références $options, $type, et y.
Référencé par PublicKey\verify().
verify | ( | $message, | |
$signature | |||
) |
Verify a signature
string | $message | |
string | $signature |
Implémente PublicKey.
Références AsymmetricKey\$format, $message, $params, $r, $result, DSA\$sigFormat, AsymmetricKey\bits2int(), PublicKey\toString(), et y.