Jose\Object\JWK::has PHP Method

has() public method

public has ( $key )
    public function has($key)
    {
        return array_key_exists($key, $this->getAll());
    }