◆ sign()
sign |
( |
JWK |
$key, |
|
|
string |
$input |
|
) |
| |
Sign the input.
- Paramètres
-
JWK | $key | The private key used to sign the data |
string | $input | The input |
Implémenté dans EdDSA, RSA, RSAPKCS1, RSAPSS, ECDSA, et None.
◆ verify()
verify |
( |
JWK |
$key, |
|
|
string |
$input, |
|
|
string |
$signature |
|
) |
| |
Verify the signature of data.
- Paramètres
-
JWK | $key | The private key used to sign the data |
string | $input | The input |
string | $signature | The signature to verify |
Implémenté dans EdDSA, ECDSA, None, RSA, RSAPKCS1, et RSAPSS.
La documentation de cette interface a été générée à partir du fichier suivant :