Jose\Loader::loadAndVerifySignatureUsingKeySet PHP Method

loadAndVerifySignatureUsingKeySet() public method

public loadAndVerifySignatureUsingKeySet ( $input, Jose\Object\JWKSetInterface $jwk_set, array $allowed_algorithms, &$signature_index = null )
$jwk_set Jose\Object\JWKSetInterface
$allowed_algorithms array
    public function loadAndVerifySignatureUsingKeySet($input, Object\JWKSetInterface $jwk_set, array $allowed_algorithms, &$signature_index = null)
    {
        return $this->loadAndVerifySignature($input, $jwk_set, $allowed_algorithms, null, $signature_index);
    }