Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::X25519_PublicKey, including all inherited members.
algo_name() const override | Botan::X25519_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::X25519_PublicKey | virtual |
check_key(RandomNumberGenerator &rng, bool strong) const override | Botan::X25519_PublicKey | virtual |
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 | Botan::Public_Key | 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 | inlinevirtual |
estimated_strength() const override | Botan::X25519_PublicKey | inlinevirtual |
fingerprint_public(std::string_view alg="SHA-256") const | Botan::Public_Key | |
generate_another(RandomNumberGenerator &rng) const final | Botan::X25519_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::X25519_PublicKey | inlinevirtual |
m_public | Botan::X25519_PublicKey | protected |
message_part_size() const | Botan::Public_Key | inlinevirtual |
message_parts() const | Botan::Public_Key | inlinevirtual |
object_identifier() const | Botan::Asymmetric_Key | virtual |
public_key_bits() const override | Botan::X25519_PublicKey | virtual |
public_value() const | Botan::X25519_PublicKey | inline |
raw_public_key_bits() const override | Botan::X25519_PublicKey | virtual |
subject_public_key() const | Botan::Public_Key | |
supports_operation(PublicKeyOperation op) const override | Botan::X25519_PublicKey | inlinevirtual |
X25519_PublicKey(const AlgorithmIdentifier &alg_id, std::span< const uint8_t > key_bits) | Botan::X25519_PublicKey | |
X25519_PublicKey(std::span< const uint8_t > pub) | Botan::X25519_PublicKey | explicit |
X25519_PublicKey()=default | Botan::X25519_PublicKey | protected |
~Asymmetric_Key()=default | Botan::Asymmetric_Key | virtual |