Jose\LoaderInterface::loadAndVerifySignatureUsingKey PHP Метод

loadAndVerifySignatureUsingKey() публичный Метод

public loadAndVerifySignatureUsingKey ( string $input, Jose\Object\JWKInterface $jwk, array $allowed_algorithms, null | integer &$signature_index = null ) : Jose\Object\JWSInterface
$input string
$jwk Jose\Object\JWKInterface
$allowed_algorithms array
$signature_index null | integer
Результат Jose\Object\JWSInterface If the data has been loaded.
    public function loadAndVerifySignatureUsingKey($input, Object\JWKInterface $jwk, array $allowed_algorithms, &$signature_index = null);