|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::McEliece_PrivateKey, including all inherited members.
| algo_name() const override | Botan::McEliece_PublicKey | inlinevirtual |
| algorithm_identifier() const override | Botan::McEliece_PublicKey | virtual |
| check_key(RandomNumberGenerator &rng, bool strong) const override | Botan::McEliece_PrivateKey | virtual |
| 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 override | Botan::McEliece_PrivateKey | virtual |
| create_kem_encryption_op(RandomNumberGenerator &rng, const std::string ¶ms, const std::string &provider) const override | Botan::McEliece_PublicKey | 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::McEliece_PublicKey | virtual |
| 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_code_length() const | Botan::McEliece_PublicKey | inline |
| get_codimension() const | Botan::McEliece_PrivateKey | inline |
| get_dimension() const | Botan::McEliece_PrivateKey | inline |
| get_goppa_polyn() const | Botan::McEliece_PrivateKey | inline |
| get_H_coeffs() const | Botan::McEliece_PrivateKey | inline |
| get_Linv() const | Botan::McEliece_PrivateKey | inline |
| get_message_word_bit_length() const | Botan::McEliece_PublicKey | |
| get_oid() const | Botan::Public_Key | virtual |
| get_public_matrix() const | Botan::McEliece_PublicKey | inline |
| get_sqrtmod() const | Botan::McEliece_PrivateKey | 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_PrivateKey(RandomNumberGenerator &rng, size_t code_length, size_t t) | Botan::McEliece_PrivateKey | |
| McEliece_PrivateKey(const secure_vector< uint8_t > &key_bits) | Botan::McEliece_PrivateKey | explicit |
| McEliece_PrivateKey(polyn_gf2m const &goppa_polyn, std::vector< uint32_t > const &parity_check_matrix_coeffs, std::vector< polyn_gf2m > const &square_root_matrix, std::vector< gf2m > const &inverse_support, std::vector< uint8_t > const &public_matrix) | Botan::McEliece_PrivateKey | |
| McEliece_PublicKey(const std::vector< 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 | inlinevirtual |
| message_parts() const | Botan::Public_Key | inlinevirtual |
| operator!=(const McEliece_PrivateKey &other) const | Botan::McEliece_PrivateKey | inline |
| Botan::McEliece_PublicKey::operator!=(const McEliece_PublicKey &other) const | Botan::McEliece_PublicKey | inline |
| Botan::operator=(const McEliece_PublicKey &other)=default | Botan::McEliece_PublicKey | |
| Botan::Public_Key::operator=(const Public_Key &other)=default | Botan::Public_Key | |
| Botan::Private_Key::operator=(const Private_Key &other)=default | Botan::Private_Key | |
| operator==(const McEliece_PrivateKey &other) const | Botan::McEliece_PrivateKey | |
| Botan::McEliece_PublicKey::operator==(const McEliece_PublicKey &other) const | Botan::McEliece_PublicKey | |
| pkcs8_algorithm_identifier() const | Botan::Private_Key | inlinevirtual |
| Private_Key()=default | Botan::Private_Key | |
| Private_Key(const Private_Key &other)=default | Botan::Private_Key | |
| private_key_bits() const override | Botan::McEliece_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::McEliece_PublicKey | virtual |
| random_plaintext_element(RandomNumberGenerator &rng) const | Botan::McEliece_PublicKey | |
| stateful_operation() const | Botan::Private_Key | inlinevirtual |
| subject_public_key() const | Botan::Public_Key | |
| ~McEliece_PublicKey()=default | Botan::McEliece_PublicKey | virtual |
| ~Private_Key()=default | Botan::Private_Key | virtual |
| ~Public_Key()=default | Botan::Public_Key | virtual |
1.8.9.1