Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::TPM_PrivateKey, including all inherited members.
algo_name() const override | Botan::TPM_PrivateKey | inlinevirtual |
algorithm_identifier() const override | Botan::TPM_PrivateKey | virtual |
check_key(RandomNumberGenerator &rng, bool) const override | Botan::TPM_PrivateKey | virtual |
create_decryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_encryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_kem_decryption_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_kem_encryption_op(std::string_view params, std::string_view provider) const | Botan::Public_Key | virtual |
create_key_agreement_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const | Botan::Private_Key | virtual |
create_signature_op(RandomNumberGenerator &rng, std::string_view params, std::string_view provider) const override | Botan::TPM_PrivateKey | 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 |
ctx() const | Botan::TPM_PrivateKey | inline |
default_x509_signature_format() const | Botan::Public_Key | inlinevirtual |
estimated_strength() const override | Botan::TPM_PrivateKey | virtual |
export_blob() const | Botan::TPM_PrivateKey | |
fingerprint_private(std::string_view alg) const | Botan::Private_Key | |
fingerprint_public(std::string_view alg="SHA-256") const | Botan::Public_Key | |
generate_another(RandomNumberGenerator &) const override | Botan::TPM_PrivateKey | inlinevirtual |
get_e() const | Botan::TPM_PrivateKey | |
get_int_field(std::string_view field) const | Botan::Asymmetric_Key | virtual |
get_n() const | Botan::TPM_PrivateKey | |
get_oid() const | Botan::Public_Key | inline |
handle() const | Botan::TPM_PrivateKey | inline |
key_length() const override | Botan::TPM_PrivateKey | virtual |
message_part_size() const | Botan::Public_Key | inlinevirtual |
message_parts() const | Botan::Public_Key | inlinevirtual |
object_identifier() const | Botan::Asymmetric_Key | virtual |
pkcs8_algorithm_identifier() const | Botan::Private_Key | inlinevirtual |
private_key_bits() const override | Botan::TPM_PrivateKey | virtual |
private_key_info() const | Botan::Private_Key | |
public_key() const override | Botan::TPM_PrivateKey | virtual |
public_key_bits() const override | Botan::TPM_PrivateKey | virtual |
raw_private_key_bits() const | Botan::Private_Key | virtual |
raw_public_key_bits() const override | Botan::TPM_PrivateKey | virtual |
register_key(TPM_Storage_Type storage_type) | Botan::TPM_PrivateKey | |
registered_keys(TPM_Context &ctx) | Botan::TPM_PrivateKey | static |
remaining_operations() const | Botan::Private_Key | inlinevirtual |
stateful_operation() const | Botan::Private_Key | inlinevirtual |
subject_public_key() const | Botan::Public_Key | |
supports_operation(PublicKeyOperation op) const override | Botan::TPM_PrivateKey | inlinevirtual |
TPM_PrivateKey(TPM_Context &ctx, size_t bits, const char *key_password) | Botan::TPM_PrivateKey | |
TPM_PrivateKey(TPM_Context &ctx, std::string_view uuid, TPM_Storage_Type storage_type) | Botan::TPM_PrivateKey | |
TPM_PrivateKey(TPM_Context &ctx, const std::vector< uint8_t > &blob) | Botan::TPM_PrivateKey | |
~Asymmetric_Key()=default | Botan::Asymmetric_Key | virtual |