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

#include <clientlib.h>

Inherits client::RsaKeyAlgorithm.

Public Member Functions

KeyAlgorithmget_hash ()
 
void set_hash (KeyAlgorithm *)
 
- Public Member Functions inherited from client::RsaKeyAlgorithm
double get_modulusLength ()
 
void set_modulusLength (double)
 
Uint8Arrayget_publicExponent ()
 
void set_publicExponent (Uint8Array *)
 
- Public Member Functions inherited from client::KeyAlgorithm
Stringget_name ()
 
void set_name (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_hash()

KeyAlgorithm* client::RsaHashedKeyAlgorithm::get_hash ( )

◆ set_hash()

void client::RsaHashedKeyAlgorithm::set_hash ( KeyAlgorithm )