CCF
|
This is the complete list of members for ccf::crypto::RSAKeyPair_OpenSSL, including all inherited members.
bn_bytes(const BIGNUM *bn) | ccf::crypto::RSAPublicKey_OpenSSL | static |
components() const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
coordinates() const override | ccf::crypto::PublicKey_OpenSSL | virtual |
default_public_exponent | ccf::crypto::RSAKeyPair | static |
default_public_key_size | ccf::crypto::RSAKeyPair | static |
ec_point_public_from_jwk(const JsonWebKeyECPublic &jwk) | ccf::crypto::PublicKey_OpenSSL | protectedstatic |
get_bn_param(const char *key_name) const | ccf::crypto::RSAPublicKey_OpenSSL | |
get_curve_id() const override | ccf::crypto::PublicKey_OpenSSL | virtual |
get_openssl_group_id() const | ccf::crypto::PublicKey_OpenSSL | |
get_openssl_group_id(CurveID gid) | ccf::crypto::PublicKey_OpenSSL | static |
key | ccf::crypto::PublicKey_OpenSSL | protected |
key_size() const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
operator EVP_PKEY *() const | ccf::crypto::PublicKey_OpenSSL | inline |
private_key_jwk_rsa(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
private_key_pem() const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
public_key_der() const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::PublicKey_OpenSSL | virtual |
public_key_jwk_rsa(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
public_key_pem() const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
public_key_raw() const override | ccf::crypto::PublicKey_OpenSSL | virtual |
PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | protected |
PublicKey_OpenSSL(PublicKey_OpenSSL &&key)=default | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(const Pem &pem) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(std::span< const uint8_t > der) | ccf::crypto::PublicKey_OpenSSL | |
PublicKey_OpenSSL(const JsonWebKeyECPublic &jwk) | ccf::crypto::PublicKey_OpenSSL | |
rsa_oaep_unwrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt) override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
rsa_oaep_wrap(const uint8_t *input, size_t input_size, const uint8_t *label=nullptr, size_t label_size=0) override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
rsa_oaep_wrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt) override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
rsa_public_raw_from_jwk(const JsonWebKeyRSAPublic &jwk) | ccf::crypto::RSAPublicKey_OpenSSL | protectedstatic |
RSAKeyPair()=default | ccf::crypto::RSAKeyPair | |
RSAKeyPair(const RSAKeyPair &)=delete | ccf::crypto::RSAKeyPair | |
RSAKeyPair(const Pem &pem) | ccf::crypto::RSAKeyPair | |
RSAKeyPair_OpenSSL(size_t public_key_size=default_public_key_size, size_t public_exponent=default_public_exponent) | ccf::crypto::RSAKeyPair_OpenSSL | |
RSAKeyPair_OpenSSL(EVP_PKEY *k) | ccf::crypto::RSAKeyPair_OpenSSL | |
RSAKeyPair_OpenSSL(const RSAKeyPair &)=delete | ccf::crypto::RSAKeyPair_OpenSSL | |
RSAKeyPair_OpenSSL(const Pem &pem) | ccf::crypto::RSAKeyPair_OpenSSL | |
RSAKeyPair_OpenSSL(const JsonWebKeyRSAPrivate &jwk) | ccf::crypto::RSAKeyPair_OpenSSL | |
RSAPublicKey()=default | ccf::crypto::RSAPublicKey | |
RSAPublicKey(const Pem &pem) | ccf::crypto::RSAPublicKey | |
RSAPublicKey(const std::vector< uint8_t > &der) | ccf::crypto::RSAPublicKey | |
RSAPublicKey(const JsonWebKeyRSAPublic &jwk) | ccf::crypto::RSAPublicKey | |
RSAPublicKey_OpenSSL()=default | ccf::crypto::RSAPublicKey_OpenSSL | |
RSAPublicKey_OpenSSL(EVP_PKEY *c) | ccf::crypto::RSAPublicKey_OpenSSL | |
RSAPublicKey_OpenSSL(const Pem &pem) | ccf::crypto::RSAPublicKey_OpenSSL | |
RSAPublicKey_OpenSSL(std::span< const uint8_t > der) | ccf::crypto::RSAPublicKey_OpenSSL | |
RSAPublicKey_OpenSSL(const JsonWebKeyRSAPublic &jwk) | ccf::crypto::RSAPublicKey_OpenSSL | |
sign(std::span< const uint8_t > d, MDType md_type=MDType::NONE, size_t salt_length=0) const override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size, MDType md_type=MDType::NONE, size_t salt_length=0) override | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
ccf::crypto::PublicKey_OpenSSL::verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type, HashBytes &bytes) override | ccf::crypto::PublicKey_OpenSSL | virtual |
ccf::crypto::PublicKey_OpenSSL::verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type=MDType::NONE) | ccf::crypto::PublicKey_OpenSSL | inline |
ccf::crypto::PublicKey_OpenSSL::verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature) | ccf::crypto::PublicKey_OpenSSL | inlinevirtual |
ccf::crypto::RSAKeyPair::verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature, MDType md_type=MDType::NONE, size_t salt_length=0) | ccf::crypto::RSAKeyPair | inlinevirtual |
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type) override | ccf::crypto::PublicKey_OpenSSL | virtual |
verify_hash(const std::vector< uint8_t > &hash, const std::vector< uint8_t > &signature, MDType md_type) | ccf::crypto::PublicKey_OpenSSL | inlinevirtual |
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type)=0 | ccf::crypto::PublicKey_OpenSSL | virtual |
verify_pkcs1(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size, MDType md_type=MDType::NONE) override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
~PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | virtual |
~RSAKeyPair()=default | ccf::crypto::RSAKeyPair | virtual |
~RSAKeyPair_OpenSSL()=default | ccf::crypto::RSAKeyPair_OpenSSL | virtual |
~RSAPublicKey()=default | ccf::crypto::RSAPublicKey | virtual |
~RSAPublicKey_OpenSSL()=default | ccf::crypto::RSAPublicKey_OpenSSL | virtual |