Emarref\Jwt\Encryption\Asymmetric::verify PHP Méthode

verify() public méthode

public verify ( string $value, string $signature ) : boolean
$value string
$signature string
Résultat boolean
    public function verify($value, $signature)
    {
        return $this->algorithm->verify($value, $signature, $this->getPublicKey());
    }