Botan 2.19.3
Crypto and TLS for C&
|
This is the complete list of members for Botan::XMSS_WOTS_PrivateKey, including all inherited members.
algo_name() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::XMSS_WOTS_PublicKey | inlinevirtual |
at(size_t i, XMSS_Hash &hash) | Botan::XMSS_WOTS_PrivateKey | |
at(const XMSS_Address &adrs, XMSS_Hash &hash) | Botan::XMSS_WOTS_PrivateKey | |
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_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 &rng, const std::string ¶ms, const std::string &provider) const | Botan::Private_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(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 | |
generate_private_key(const secure_vector< uint8_t > &priv_seed) | Botan::XMSS_WOTS_PrivateKey | |
generate_public_key(XMSS_Address &adrs) | Botan::XMSS_WOTS_PrivateKey | |
generate_public_key(XMSS_WOTS_PublicKey &pub_key, wots_keysig_t &&in_key_data, XMSS_Address &adrs, XMSS_Hash &hash) | Botan::XMSS_WOTS_PrivateKey | |
generate_public_key(XMSS_WOTS_PublicKey &pub_key, wots_keysig_t &&in_key_data, XMSS_Address &adrs) | Botan::XMSS_WOTS_PrivateKey | inline |
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 |
Botan::operator=(const Public_Key &other)=default | Botan::Public_Key | |
Botan::Private_Key::operator=(const Private_Key &other)=default | Botan::Private_Key | |
operator==(const XMSS_WOTS_PublicKey &key) | Botan::XMSS_WOTS_PublicKey | inline |
operator[](size_t i) | Botan::XMSS_WOTS_PrivateKey | inline |
operator[](const XMSS_Address &adrs) | Botan::XMSS_WOTS_PrivateKey | inline |
Botan::XMSS_WOTS_PublicKey::operator[](size_t i) const | Botan::XMSS_WOTS_PublicKey | inline |
pkcs8_algorithm_identifier() const override | Botan::XMSS_WOTS_PrivateKey | inlinevirtual |
Private_Key()=default | Botan::Private_Key | |
Private_Key(const Private_Key &other)=default | Botan::Private_Key | |
private_key_bits() const override | Botan::XMSS_WOTS_PrivateKey | inlinevirtual |
private_key_info() const | Botan::Private_Key | |
private_seed() const | Botan::XMSS_WOTS_PrivateKey | 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_private_seed(const secure_vector< uint8_t > &private_seed) | Botan::XMSS_WOTS_PrivateKey | inline |
set_private_seed(secure_vector< uint8_t > &&private_seed) | Botan::XMSS_WOTS_PrivateKey | 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 |
sign(const secure_vector< uint8_t > &msg, XMSS_Address &adrs) | Botan::XMSS_WOTS_PrivateKey | inline |
sign(const secure_vector< uint8_t > &msg, XMSS_Address &adrs, XMSS_Hash &hash) | Botan::XMSS_WOTS_PrivateKey | |
stateful_operation() const | Botan::Private_Key | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
wots_parameters() const | Botan::XMSS_WOTS_PublicKey | inline |
XMSS_WOTS_PrivateKey(XMSS_WOTS_Parameters::ots_algorithm_t oid) | Botan::XMSS_WOTS_PrivateKey | inline |
XMSS_WOTS_PrivateKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, RandomNumberGenerator &rng) | Botan::XMSS_WOTS_PrivateKey | inline |
XMSS_WOTS_PrivateKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, const secure_vector< uint8_t > &public_seed, RandomNumberGenerator &rng) | Botan::XMSS_WOTS_PrivateKey | inline |
XMSS_WOTS_PrivateKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, const secure_vector< uint8_t > &public_seed) | Botan::XMSS_WOTS_PrivateKey | inline |
XMSS_WOTS_PrivateKey(XMSS_WOTS_Parameters::ots_algorithm_t oid, const secure_vector< uint8_t > &public_seed, const secure_vector< uint8_t > &private_seed) | Botan::XMSS_WOTS_PrivateKey | 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 |
~Private_Key()=default | Botan::Private_Key | virtual |
~Public_Key()=default | Botan::Public_Key | virtual |