| check_is_cose_compatible(int cose_alg) | ccf::crypto::PublicKey_OpenSSL | inline |
| get_bn_param(const char *key_name) const | ccf::crypto::RSAPublicKey_OpenSSL | |
| key | ccf::crypto::PublicKey_OpenSSL | protected |
| key_size() const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| operator EVP_PKEY *() const | ccf::crypto::PublicKey_OpenSSL | inline |
| public_key_der() const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| public_key_pem() const override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| PublicKey_OpenSSL()=default | ccf::crypto::PublicKey_OpenSSL | |
| PublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::PublicKey_OpenSSL | inline |
| PublicKey_OpenSSL(const Pem &pem) | ccf::crypto::PublicKey_OpenSSL | inline |
| 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 |
| RSAPublicKey_OpenSSL() | ccf::crypto::RSAPublicKey_OpenSSL | protected |
| RSAPublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::RSAPublicKey_OpenSSL | |
| RSAPublicKey_OpenSSL(const Pem &pem) | ccf::crypto::RSAPublicKey_OpenSSL | |
| RSAPublicKey_OpenSSL(RSAPublicKey_OpenSSL &&key)=default | 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 | |
| verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size, MDType md_type, RSAPadding padding, size_t salt_length) override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *signature, size_t signature_size, MDType md_type, RSAPadding padding, size_t salt_length) override | ccf::crypto::RSAPublicKey_OpenSSL | virtual |
| ~PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | inlinevirtual |
| ~RSAPublicKey()=default | ccf::crypto::RSAPublicKey | virtual |
| ~RSAPublicKey_OpenSSL() override | ccf::crypto::RSAPublicKey_OpenSSL | |