API documentation  2.0rc1
Public Member Functions | List of all members
client::JsonWebKey Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_alg ()
 
void set_alg (const String &)
 
Stringget_crv ()
 
void set_crv (const String &)
 
Stringget_d ()
 
void set_d (const String &)
 
Stringget_dp ()
 
void set_dp (const String &)
 
Stringget_dq ()
 
void set_dq (const String &)
 
Stringget_e ()
 
void set_e (const String &)
 
bool get_ext ()
 
void set_ext (bool)
 
Stringget_k ()
 
void set_k (const String &)
 
Arrayget_key_ops ()
 
void set_key_ops (Array *)
 
Stringget_kty ()
 
void set_kty (const String &)
 
Stringget_n ()
 
void set_n (const String &)
 
Arrayget_oth ()
 
void set_oth (Array *)
 
Stringget_p ()
 
void set_p (const String &)
 
Stringget_q ()
 
void set_q (const String &)
 
Stringget_qi ()
 
void set_qi (const String &)
 
Stringget_use ()
 
void set_use (const String &)
 
Stringget_x ()
 
void set_x (const String &)
 
Stringget_y ()
 
void set_y (const String &)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Member Function Documentation

◆ get_alg()

String* client::JsonWebKey::get_alg ( )

◆ get_crv()

String* client::JsonWebKey::get_crv ( )

◆ get_d()

String* client::JsonWebKey::get_d ( )

◆ get_dp()

String* client::JsonWebKey::get_dp ( )

◆ get_dq()

String* client::JsonWebKey::get_dq ( )

◆ get_e()

String* client::JsonWebKey::get_e ( )

◆ get_ext()

bool client::JsonWebKey::get_ext ( )

◆ get_k()

String* client::JsonWebKey::get_k ( )

◆ get_key_ops()

Array* client::JsonWebKey::get_key_ops ( )

◆ get_kty()

String* client::JsonWebKey::get_kty ( )

◆ get_n()

String* client::JsonWebKey::get_n ( )

◆ get_oth()

Array* client::JsonWebKey::get_oth ( )

◆ get_p()

String* client::JsonWebKey::get_p ( )

◆ get_q()

String* client::JsonWebKey::get_q ( )

◆ get_qi()

String* client::JsonWebKey::get_qi ( )

◆ get_use()

String* client::JsonWebKey::get_use ( )

◆ get_x()

String* client::JsonWebKey::get_x ( )

◆ get_y()

String* client::JsonWebKey::get_y ( )

◆ set_alg()

void client::JsonWebKey::set_alg ( const String )

◆ set_crv()

void client::JsonWebKey::set_crv ( const String )

◆ set_d()

void client::JsonWebKey::set_d ( const String )

◆ set_dp()

void client::JsonWebKey::set_dp ( const String )

◆ set_dq()

void client::JsonWebKey::set_dq ( const String )

◆ set_e()

void client::JsonWebKey::set_e ( const String )

◆ set_ext()

void client::JsonWebKey::set_ext ( bool  )

◆ set_k()

void client::JsonWebKey::set_k ( const String )

◆ set_key_ops()

void client::JsonWebKey::set_key_ops ( Array )

◆ set_kty()

void client::JsonWebKey::set_kty ( const String )

◆ set_n()

void client::JsonWebKey::set_n ( const String )

◆ set_oth()

void client::JsonWebKey::set_oth ( Array )

◆ set_p()

void client::JsonWebKey::set_p ( const String )

◆ set_q()

void client::JsonWebKey::set_q ( const String )

◆ set_qi()

void client::JsonWebKey::set_qi ( const String )

◆ set_use()

void client::JsonWebKey::set_use ( const String )

◆ set_x()

void client::JsonWebKey::set_x ( const String )

◆ set_y()

void client::JsonWebKey::set_y ( const String )