Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::XMSS_WOTS_PublicKey, including all inherited members.
algo_name() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
chain(secure_vector< uint8_t > &x, size_t start_idx, size_t steps, XMSS_Address &adrs, const secure_vector< uint8_t > &public_seed, XMSS_Hash &hash) | Botan::XMSS_WOTS_PublicKey | protected |
chain(secure_vector< uint8_t > &x, size_t start_idx, size_t steps, XMSS_Address &adrs, const secure_vector< uint8_t > &public_seed) | Botan::XMSS_WOTS_PublicKey | inlineprotected |
check_key(RandomNumberGenerator &, bool) const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
create_encryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Public_Key | virtual |
create_kem_encryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Public_Key | virtual |
create_verification_op(const std::string ¶ms, const std::string &provider) const | Botan::Public_Key | virtual |
default_x509_signature_format() const | Botan::Public_Key | inlinevirtual |
estimated_strength() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
fingerprint_public(const std::string &alg="SHA-256") const | Botan::Public_Key | |
get_oid() const | Botan::Public_Key | virtual |
key_data() const | Botan::XMSS_WOTS_PublicKey | inline |
key_data() | Botan::XMSS_WOTS_PublicKey | inline |
key_length() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
m_hash | Botan::XMSS_WOTS_PublicKey | protected |
m_key | Botan::XMSS_WOTS_PublicKey | protected |
m_public_seed | Botan::XMSS_WOTS_PublicKey | protected |
m_wots_params | Botan::XMSS_WOTS_PublicKey | protected |
message_part_size() const | Botan::Public_Key | inlinevirtual |
message_parts() const | Botan::Public_Key | inlinevirtual |
operator const wots_keysig_t &() const | Botan::XMSS_WOTS_PublicKey | inline |
operator wots_keysig_t &() | Botan::XMSS_WOTS_PublicKey | inline |
operator!=(const XMSS_WOTS_PublicKey &key) | Botan::XMSS_WOTS_PublicKey | inline |
operator=(const Public_Key &other)=default | Botan::Public_Key | |
operator==(const XMSS_WOTS_PublicKey &key) | Botan::XMSS_WOTS_PublicKey | inline |
operator[](size_t i) const | Botan::XMSS_WOTS_PublicKey | inline |
operator[](size_t i) | Botan::XMSS_WOTS_PublicKey | inline |
Public_Key()=default | Botan::Public_Key | |
Public_Key(const Public_Key &other)=default | Botan::Public_Key | |
public_key_bits() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
public_seed() const | Botan::XMSS_WOTS_PublicKey | inline |
public_seed() | Botan::XMSS_WOTS_PublicKey | inline |
set_key_data(const wots_keysig_t &key_data) | Botan::XMSS_WOTS_PublicKey | inline |
set_key_data(wots_keysig_t &&key_data) | Botan::XMSS_WOTS_PublicKey | inline |
set_public_seed(const secure_vector< uint8_t > &public_seed) | Botan::XMSS_WOTS_PublicKey | inline |
set_public_seed(secure_vector< uint8_t > &&public_seed) | Botan::XMSS_WOTS_PublicKey | inline |
subject_public_key() const | Botan::Public_Key | |
wots_parameters() const | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid) | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, RandomNumberGenerator &rng) | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, secure_vector< uint8_t > public_seed) | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, secure_vector< uint8_t > &&public_seed, wots_keysig_t &&key) | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, const secure_vector< uint8_t > &public_seed, const wots_keysig_t &key) | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PublicKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, const secure_vector< uint8_t > &msg, const wots_keysig_t &sig, XMSS_Address &adrs, const secure_vector< uint8_t > &public_seed) | Botan::XMSS_WOTS_PublicKey | inline |
~Public_Key()=default | Botan::Public_Key | virtual |