class JWT::JWK::RSA

def jwk_attributes(*attributes)

def jwk_attributes(*attributes)
  attributes.each_with_object({}) do |attribute, hash|
    hash[attribute] = decode_open_ssl_bn(self[attribute])
  end
end