Botan 3.0.0-alpha0
Crypto and TLS for C&
|
This is the complete list of members for Botan::ECDSA_PrivateKey, including all inherited members.
algo_name() const override | Botan::ECDSA_PublicKey | inlinevirtual |
algorithm_identifier() const override | Botan::EC_PublicKey | virtual |
check_key(RandomNumberGenerator &rng, bool) const override | Botan::ECDSA_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 | 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 override | Botan::ECDSA_PrivateKey | virtual |
create_verification_op(const std::string ¶ms, const std::string &provider) const override | Botan::ECDSA_PublicKey | virtual |
default_x509_signature_format() const | Botan::Public_Key | inlinevirtual |
DER_domain() const | Botan::EC_PublicKey | inline |
domain() const | Botan::EC_PublicKey | inline |
domain_format() const | Botan::EC_PublicKey | inline |
EC_PrivateKey(const EC_PrivateKey &other)=default | Botan::EC_PrivateKey | |
EC_PrivateKey(RandomNumberGenerator &rng, const EC_Group &domain, const BigInt &x, bool with_modular_inverse=false) | Botan::EC_PrivateKey | protected |
EC_PrivateKey(const AlgorithmIdentifier &alg_id, const secure_vector< uint8_t > &key_bits, bool with_modular_inverse=false) | Botan::EC_PrivateKey | protected |
EC_PrivateKey()=default | Botan::EC_PrivateKey | protected |
EC_PublicKey(const EC_PublicKey &other)=default | Botan::EC_PublicKey | |
EC_PublicKey(const EC_Group &dom_par, const PointGFp &pub_point) | Botan::EC_PublicKey | protected |
EC_PublicKey(const AlgorithmIdentifier &alg_id, const std::vector< uint8_t > &key_bits) | Botan::EC_PublicKey | protected |
EC_PublicKey() | Botan::EC_PublicKey | inlineprotected |
ECDSA_PrivateKey(const AlgorithmIdentifier &alg_id, const secure_vector< uint8_t > &key_bits) | Botan::ECDSA_PrivateKey | inline |
ECDSA_PrivateKey(RandomNumberGenerator &rng, const EC_Group &domain, const BigInt &x=BigInt::zero()) | Botan::ECDSA_PrivateKey | inline |
ECDSA_PublicKey(const EC_Group &dom_par, const PointGFp &public_point) | Botan::ECDSA_PublicKey | inline |
ECDSA_PublicKey(const AlgorithmIdentifier &alg_id, const std::vector< uint8_t > &key_bits) | Botan::ECDSA_PublicKey | inline |
ECDSA_PublicKey(const EC_Group &group, const std::vector< uint8_t > &msg, const BigInt &r, const BigInt &s, uint8_t v) | Botan::ECDSA_PublicKey | |
ECDSA_PublicKey()=default | Botan::ECDSA_PublicKey | protected |
estimated_strength() const override | Botan::EC_PublicKey | virtual |
fingerprint_private(const std::string &alg) const | Botan::Private_Key | |
fingerprint_public(const std::string &alg="SHA-256") const | Botan::Public_Key | |
get_oid() const | Botan::Public_Key | virtual |
key_length() const override | Botan::EC_PublicKey | virtual |
m_domain_encoding | Botan::EC_PublicKey | protected |
m_domain_params | Botan::EC_PublicKey | protected |
m_point_encoding | Botan::EC_PublicKey | protected |
m_private_key | Botan::EC_PrivateKey | protected |
m_public_key | Botan::EC_PublicKey | protected |
message_part_size() const override | Botan::ECDSA_PublicKey | inlinevirtual |
message_parts() const override | Botan::ECDSA_PublicKey | inlinevirtual |
Botan::operator=(const EC_PublicKey &other)=default | Botan::EC_PublicKey | |
Botan::Public_Key::operator=(const Public_Key &other)=default | Botan::Public_Key | |
Botan::EC_PrivateKey::operator=(const EC_PrivateKey &other)=default | Botan::EC_PrivateKey | |
Botan::Private_Key::operator=(const Private_Key &other)=default | Botan::Private_Key | |
pkcs8_algorithm_identifier() const | Botan::Private_Key | inlinevirtual |
point_encoding() const | Botan::EC_PublicKey | inline |
Private_Key()=default | Botan::Private_Key | |
Private_Key(const Private_Key &other)=default | Botan::Private_Key | |
private_key_bits() const override | Botan::EC_PrivateKey | virtual |
private_key_info() const | Botan::Private_Key | |
private_value() const | Botan::EC_PrivateKey | |
Public_Key()=default | Botan::Public_Key | |
Public_Key(const Public_Key &other)=default | Botan::Public_Key | |
public_key() const override | Botan::ECDSA_PrivateKey | virtual |
public_key_bits() const override | Botan::EC_PublicKey | virtual |
public_point() const | Botan::EC_PublicKey | inline |
recovery_param(const std::vector< uint8_t > &msg, const BigInt &r, const BigInt &s) const | Botan::ECDSA_PublicKey | |
set_parameter_encoding(EC_Group_Encoding enc) | Botan::EC_PublicKey | |
set_point_encoding(PointGFp::Compression_Type enc) | Botan::EC_PublicKey | |
stateful_operation() const | Botan::Private_Key | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
~EC_PrivateKey()=default | Botan::EC_PrivateKey | |
~EC_PublicKey()=default | Botan::EC_PublicKey | virtual |
~Private_Key()=default | Botan::Private_Key | virtual |
~Public_Key()=default | Botan::Public_Key | virtual |