Base class for signers
- Obsolète:
- This class will be removed on v4
- Auteur
- Luís Otávio Cobucci Oblonczyk lcobu.nosp@m.cci@.nosp@m.gmail.nosp@m..com
- Depuis
- 0.1.0
◆ createHash()
createHash |
( |
|
$payload, |
|
|
Key |
$key |
|
) |
| |
|
abstract |
◆ doVerify()
doVerify |
( |
|
$expected, |
|
|
|
$payload, |
|
|
Key |
$key |
|
) |
| |
|
abstract |
◆ getKey()
◆ modifyHeader()
modifyHeader |
( |
array & |
$headers | ) |
|
◆ sign()
◆ verify()
verify |
( |
|
$expected, |
|
|
|
$payload, |
|
|
|
$key |
|
) |
| |
{Returns if the expected hash matches with the data and key
- Paramètres
-
string | $expected | |
string | $payload | |
Key | string | $key | |
- Renvoie
- boolean
- Exceptions
-
InvalidArgumentException | When given key is invalid |
}
Implémente Signer.
Références $key, BaseSigner\doVerify(), et BaseSigner\getKey().
La documentation de cette classe a été générée à partir du fichier suivant :