Botan
1.11.15
|
#include <pk_ops.h>
Public Member Functions | |
std::string | algo_name () const |
std::string | as_string () const |
const Key & | key () const |
const std::string & | padding () const |
PK_Spec (const Key &key, const std::string &pad) |
Botan::PK_Ops::PK_Spec< Key >::PK_Spec | ( | const Key & | key, |
const std::string & | pad | ||
) | [inline] |
std::string Botan::PK_Ops::PK_Spec< Key >::algo_name | ( | ) | const [inline] |
Definition at line 26 of file pk_ops.h.
Referenced by Botan::PK_Ops::PK_Spec< Key >::as_string().
{ return m_key.algo_name(); }
std::string Botan::PK_Ops::PK_Spec< Key >::as_string | ( | ) | const [inline] |
Definition at line 28 of file pk_ops.h.
References Botan::PK_Ops::PK_Spec< Key >::algo_name(), and Botan::PK_Ops::PK_Spec< Key >::padding().
const Key& Botan::PK_Ops::PK_Spec< Key >::key | ( | ) | const [inline] |
const std::string& Botan::PK_Ops::PK_Spec< Key >::padding | ( | ) | const [inline] |
Definition at line 31 of file pk_ops.h.
Referenced by Botan::PK_Ops::PK_Spec< Key >::as_string().
{ return m_pad; }