Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::XMSS_PublicKey, including all inherited members.
algo_name() const override | Botan::XMSS_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::XMSS_PublicKey | inlinevirtual |
check_key(RandomNumberGenerator &, bool) const override | Botan::XMSS_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 &, const std::string &provider) const override | Botan::XMSS_PublicKey | virtual |
default_x509_signature_format() const | Botan::Public_Key | inlinevirtual |
estimated_strength() const override | Botan::XMSS_PublicKey | inlinevirtual |
fingerprint_public(const std::string &alg="SHA-256") const | Botan::Public_Key | |
get_oid() const | Botan::Public_Key | virtual |
key_length() const override | Botan::XMSS_PublicKey | inlinevirtual |
m_public_seed | Botan::XMSS_PublicKey | protected |
m_raw_key | Botan::XMSS_PublicKey | protected |
m_root | Botan::XMSS_PublicKey | protected |
m_wots_params | Botan::XMSS_PublicKey | protected |
m_xmss_params | Botan::XMSS_PublicKey | protected |
message_part_size() const | Botan::Public_Key | inlinevirtual |
message_parts() const | Botan::Public_Key | inlinevirtual |
operator=(const Public_Key &other)=default | Botan::Public_Key | |
Public_Key()=default | Botan::Public_Key | |
Public_Key(const Public_Key &other)=default | Botan::Public_Key | |
public_key_bits() const override | Botan::XMSS_PublicKey | virtual |
public_seed() | Botan::XMSS_PublicKey | inlinevirtual |
public_seed() const | Botan::XMSS_PublicKey | inlinevirtual |
raw_public_key() const | Botan::XMSS_PublicKey | virtual |
root() | Botan::XMSS_PublicKey | inline |
root() const | Botan::XMSS_PublicKey | inline |
set_public_seed(const secure_vector< uint8_t > &public_seed) | Botan::XMSS_PublicKey | inlinevirtual |
set_public_seed(secure_vector< uint8_t > &&public_seed) | Botan::XMSS_PublicKey | inlinevirtual |
set_root(const secure_vector< uint8_t > &root) | Botan::XMSS_PublicKey | inline |
set_root(secure_vector< uint8_t > &&root) | Botan::XMSS_PublicKey | inline |
set_xmss_oid(XMSS_Parameters::xmss_algorithm_t xmss_oid) | Botan::XMSS_PublicKey | inline |
size() const | Botan::XMSS_PublicKey | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
wots_oid() const | Botan::XMSS_PublicKey | inline |
wots_parameters() const | Botan::XMSS_PublicKey | inline |
xmss_hash_function() const | Botan::XMSS_PublicKey | inline |
xmss_oid() const | Botan::XMSS_PublicKey | inline |
xmss_parameters() const | Botan::XMSS_PublicKey | inline |
XMSS_PublicKey(XMSS_Parameters::xmss_algorithm_t xmss_oid, RandomNumberGenerator &rng) | Botan::XMSS_PublicKey | |
XMSS_PublicKey(const std::vector< uint8_t > &key_bits) | Botan::XMSS_PublicKey | |
XMSS_PublicKey(XMSS_Parameters::xmss_algorithm_t xmss_oid, const secure_vector< uint8_t > &root, const secure_vector< uint8_t > &public_seed) | Botan::XMSS_PublicKey | inline |
XMSS_PublicKey(XMSS_Parameters::xmss_algorithm_t xmss_oid, secure_vector< uint8_t > &&root, secure_vector< uint8_t > &&public_seed) | Botan::XMSS_PublicKey | inline |
~Public_Key()=default | Botan::Public_Key | virtual |