_default_x509_signature_format() const | Botan::Asymmetric_Key | virtual |
_signature_element_size_for_DER_encoding() const | Botan::Asymmetric_Key | inlinevirtual |
algo_name() const override | Botan::McEliece_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::McEliece_PublicKey | virtual |
check_key(RandomNumberGenerator &, bool) const override | Botan::McEliece_PublicKey | inlinevirtual |
create_encryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_kem_encryption_op(std::string_view params, std::string_view provider) const override | Botan::McEliece_PublicKey | virtual |
create_verification_op(std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_x509_verification_op(const AlgorithmIdentifier &signature_algorithm, std::string_view provider) const | Botan::Public_Key | virtual |
default_x509_signature_format() const | Botan::Public_Key | inline |
estimated_strength() const override | Botan::McEliece_PublicKey | virtual |
fingerprint_public(std::string_view alg="SHA-256") const | Botan::Public_Key | |
generate_another(RandomNumberGenerator &rng) const final | Botan::McEliece_PublicKey | virtual |
get_code_length() const | Botan::McEliece_PublicKey | inline |
get_int_field(std::string_view field) const | Botan::Asymmetric_Key | virtual |
get_message_word_bit_length() const | Botan::McEliece_PublicKey | |
get_oid() const | Botan::Public_Key | inline |
get_public_matrix() const | Botan::McEliece_PublicKey | inline |
get_t() const | Botan::McEliece_PublicKey | inline |
key_length() const override | Botan::McEliece_PublicKey | virtual |
m_code_length | Botan::McEliece_PublicKey | protected |
m_public_matrix | Botan::McEliece_PublicKey | protected |
m_t | Botan::McEliece_PublicKey | protected |
McEliece_PublicKey(std::span< const uint8_t > key_bits) | Botan::McEliece_PublicKey | explicit |
McEliece_PublicKey(const std::vector< uint8_t > &pub_matrix, size_t t, size_t the_code_length) | Botan::McEliece_PublicKey | inline |
McEliece_PublicKey(const McEliece_PublicKey &other)=default | Botan::McEliece_PublicKey | |
McEliece_PublicKey() | Botan::McEliece_PublicKey | inlineprotected |
message_part_size() const | Botan::Public_Key | inline |
message_parts() const | Botan::Public_Key | inline |
object_identifier() const | Botan::Asymmetric_Key | virtual |
operator!=(const McEliece_PublicKey &other) const | Botan::McEliece_PublicKey | inline |
operator=(const McEliece_PublicKey &other)=default | Botan::McEliece_PublicKey | |
operator==(const McEliece_PublicKey &other) const | Botan::McEliece_PublicKey | |
public_key_bits() const override | Botan::McEliece_PublicKey | virtual |
random_plaintext_element(RandomNumberGenerator &rng) const | Botan::McEliece_PublicKey | |
raw_public_key_bits() const override | Botan::McEliece_PublicKey | virtual |
subject_public_key() const | Botan::Public_Key | |
supports_operation(PublicKeyOperation op) const override | Botan::McEliece_PublicKey | inlinevirtual |
~Asymmetric_Key()=default | Botan::Asymmetric_Key | virtual |
~McEliece_PublicKey() override=default | Botan::McEliece_PublicKey | |