Botan 3.6.1
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, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_encryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_kem_decryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_kem_encryption_op(std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_key_agreement_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_signature_op(RandomNumberGenerator &, std::string_view, std::string_view provider) const override | Botan::XMSS_PrivateKey | virtual |
create_verification_op(std::string_view params, std::string_view provider) const override | Botan::XMSS_PublicKey | virtual |
create_x509_verification_op(const AlgorithmIdentifier &alg_id, std::string_view 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_private(std::string_view alg) const | Botan::Private_Key | |
fingerprint_public(std::string_view alg="SHA-256") const | Botan::Public_Key | |
generate_another(RandomNumberGenerator &rng) const final | Botan::XMSS_PublicKey | virtual |
get_int_field(std::string_view field) const | Botan::Asymmetric_Key | virtual |
get_oid() const | Botan::Public_Key | inline |
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 |
object_identifier() const | Botan::Asymmetric_Key | virtual |
pkcs8_algorithm_identifier() const | Botan::Private_Key | inlinevirtual |
private_key_bits() const override | Botan::XMSS_PrivateKey | virtual |
private_key_info() const | Botan::Private_Key | |
public_key() const override | Botan::XMSS_PrivateKey | virtual |
public_key_bits() const override | Botan::XMSS_PublicKey | virtual |
public_seed() const | Botan::XMSS_PublicKey | inlineprotected |
raw_private_key() const | Botan::XMSS_PrivateKey | |
raw_private_key_bits() const | Botan::Private_Key | virtual |
raw_public_key() const | Botan::XMSS_PublicKey | |
raw_public_key_bits() const override | Botan::XMSS_PublicKey | virtual |
remaining_operations() const override | Botan::XMSS_PrivateKey | virtual |
remaining_signatures() const | Botan::XMSS_PrivateKey | |
root() const | Botan::XMSS_PublicKey | inlineprotected |
stateful_operation() const override | Botan::XMSS_PrivateKey | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
supports_operation(PublicKeyOperation op) const override | Botan::XMSS_PublicKey | inlinevirtual |
unused_leaf_index() const | Botan::XMSS_PrivateKey | |
wots_derivation_method() const | Botan::XMSS_PrivateKey | |
xmss_parameters() const | Botan::XMSS_PublicKey | inlineprotected |
XMSS_PrivateKey(XMSS_Parameters::xmss_algorithm_t xmss_algo_id, RandomNumberGenerator &rng, WOTS_Derivation_Method wots_derivation_method=WOTS_Derivation_Method::NIST_SP800_208) | Botan::XMSS_PrivateKey | |
XMSS_PrivateKey(std::span< const uint8_t > raw_key) | Botan::XMSS_PrivateKey | |
XMSS_PrivateKey(XMSS_Parameters::xmss_algorithm_t xmss_algo_id, size_t idx_leaf, secure_vector< uint8_t > wots_priv_seed, secure_vector< uint8_t > prf, secure_vector< uint8_t > root, secure_vector< uint8_t > public_seed, WOTS_Derivation_Method wots_derivation_method=WOTS_Derivation_Method::NIST_SP800_208) | Botan::XMSS_PrivateKey | |
XMSS_PublicKey(XMSS_Parameters::xmss_algorithm_t xmss_oid, RandomNumberGenerator &rng) | Botan::XMSS_PublicKey | |
XMSS_PublicKey(std::span< const uint8_t > key_bits) | Botan::XMSS_PublicKey | |
XMSS_PublicKey(XMSS_Parameters::xmss_algorithm_t xmss_oid, secure_vector< uint8_t > root, secure_vector< uint8_t > public_seed) | Botan::XMSS_PublicKey | |
XMSS_Signature_Operation class | Botan::XMSS_PrivateKey | friend |
~Asymmetric_Key()=default | Botan::Asymmetric_Key | virtual |