Jose\LoaderInterface::loadAndVerifySignatureUsingKeySet PHP Méthode

loadAndVerifySignatureUsingKeySet() public méthode

public loadAndVerifySignatureUsingKeySet ( string $input, Jose\Object\JWKSetInterface $jwk_set, array $allowed_algorithms, null | integer &$signature_index = null ) : Jose\Object\JWSInterface
$input string
$jwk_set Jose\Object\JWKSetInterface
$allowed_algorithms array
$signature_index null | integer
Résultat Jose\Object\JWSInterface If the data has been loaded.
    public function loadAndVerifySignatureUsingKeySet($input, Object\JWKSetInterface $jwk_set, array $allowed_algorithms, &$signature_index = null);