Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::XMSS_PrivateKey, 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_decryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Private_Key | virtual |
create_encryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Public_Key | virtual |
create_kem_decryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Private_Key | virtual |
create_kem_encryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Public_Key | virtual |
create_key_agreement_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const | Botan::Private_Key | virtual |
create_signature_op(RandomNumberGenerator &, const std::string &, const std::string &provider) const override | Botan::XMSS_PrivateKey | 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(const std::string &alg) const | Botan::Private_Key | inline |
fingerprint_private(const std::string &alg) const | Botan::Private_Key | |
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 |
Botan::operator=(const Public_Key &other)=default | Botan::Public_Key | |
Botan::Private_Key::operator=(const Private_Key &other)=default | Botan::Private_Key | |
pkcs8_algorithm_identifier() const | Botan::Private_Key | inlinevirtual |
prf() const | Botan::XMSS_PrivateKey | inline |
prf() | Botan::XMSS_PrivateKey | inline |
Private_Key()=default | Botan::Private_Key | |
Private_Key(const Private_Key &other)=default | Botan::Private_Key | |
private_key_bits() const override | Botan::XMSS_PrivateKey | virtual |
private_key_info() const | Botan::Private_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() const override | Botan::XMSS_PrivateKey | inlinevirtual |
Botan::XMSS_PublicKey::public_seed() | Botan::XMSS_PublicKey | inlinevirtual |
raw_private_key() const | Botan::XMSS_PrivateKey | |
raw_public_key() const | Botan::XMSS_PublicKey | virtual |
reserve_unused_leaf_index() | Botan::XMSS_PrivateKey | |
root() | Botan::XMSS_PublicKey | inline |
root() const | Botan::XMSS_PublicKey | inline |
set_public_seed(const secure_vector< uint8_t > &public_seed) override | Botan::XMSS_PrivateKey | inlinevirtual |
set_public_seed(secure_vector< uint8_t > &&public_seed) override | Botan::XMSS_PrivateKey | 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_unused_leaf_index(size_t idx) | Botan::XMSS_PrivateKey | |
set_xmss_oid(XMSS_Parameters::xmss_algorithm_t xmss_oid) | Botan::XMSS_PublicKey | inline |
size() const override | Botan::XMSS_PrivateKey | inlinevirtual |
stateful_operation() const override | Botan::XMSS_PrivateKey | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
tree_hash(size_t start_idx, size_t target_node_height, XMSS_Address &adrs) | Botan::XMSS_PrivateKey | |
unused_leaf_index() const | Botan::XMSS_PrivateKey | |
wots_oid() const | Botan::XMSS_PublicKey | inline |
wots_parameters() const | Botan::XMSS_PublicKey | inline |
wots_private_key() const | Botan::XMSS_PrivateKey | inline |
wots_private_key() | Botan::XMSS_PrivateKey | inline |
xmss_hash_function() const | Botan::XMSS_PublicKey | inline |
xmss_oid() const | Botan::XMSS_PublicKey | inline |
xmss_parameters() const | Botan::XMSS_PublicKey | inline |
XMSS_PrivateKey(XMSS_Parameters::xmss_algorithm_t xmss_algo_id, RandomNumberGenerator &rng) | Botan::XMSS_PrivateKey | |
XMSS_PrivateKey(const secure_vector< uint8_t > &raw_key) | Botan::XMSS_PrivateKey | |
XMSS_PrivateKey(XMSS_Parameters::xmss_algorithm_t xmss_algo_id, size_t idx_leaf, const secure_vector< uint8_t > &wots_priv_seed, const secure_vector< uint8_t > &prf, const secure_vector< uint8_t > &root, const secure_vector< uint8_t > &public_seed) | Botan::XMSS_PrivateKey | |
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 |
~Private_Key()=default | Botan::Private_Key | virtual |
~Public_Key()=default | Botan::Public_Key | virtual |