CCF
Loading...
Searching...
No Matches
ccf::crypto::RSAKeyPair_OpenSSL Member List

This is the complete list of members for ccf::crypto::RSAKeyPair_OpenSSL, including all inherited members.

bn_bytes(const BIGNUM *bn)ccf::crypto::RSAPublicKey_OpenSSLstatic
components() const overrideccf::crypto::RSAPublicKey_OpenSSLvirtual
coordinates() const overrideccf::crypto::PublicKey_OpenSSLvirtual
default_public_exponentccf::crypto::RSAKeyPairstatic
default_public_key_sizeccf::crypto::RSAKeyPairstatic
ec_point_public_from_jwk(const JsonWebKeyECPublic &jwk)ccf::crypto::PublicKey_OpenSSLprotectedstatic
get_bn_param(const char *key_name) constccf::crypto::RSAPublicKey_OpenSSL
get_curve_id() const overrideccf::crypto::PublicKey_OpenSSLvirtual
get_openssl_group_id() constccf::crypto::PublicKey_OpenSSL
get_openssl_group_id(CurveID gid)ccf::crypto::PublicKey_OpenSSLstatic
keyccf::crypto::PublicKey_OpenSSLprotected
key_size() const overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
operator EVP_PKEY *() constccf::crypto::PublicKey_OpenSSLinline
private_key_jwk_rsa(const std::optional< std::string > &kid=std::nullopt) const overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
private_key_pem() const overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
public_key_der() const overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const overrideccf::crypto::PublicKey_OpenSSLvirtual
public_key_jwk_rsa(const std::optional< std::string > &kid=std::nullopt) const overrideccf::crypto::RSAPublicKey_OpenSSLvirtual
public_key_pem() const overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
public_key_raw() const overrideccf::crypto::PublicKey_OpenSSLvirtual
PublicKey_OpenSSL()ccf::crypto::PublicKey_OpenSSLprotected
PublicKey_OpenSSL(PublicKey_OpenSSL &&key)=defaultccf::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) overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
rsa_oaep_wrap(const uint8_t *input, size_t input_size, const uint8_t *label=nullptr, size_t label_size=0) overrideccf::crypto::RSAPublicKey_OpenSSLvirtual
rsa_oaep_wrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt) overrideccf::crypto::RSAPublicKey_OpenSSLvirtual
rsa_public_raw_from_jwk(const JsonWebKeyRSAPublic &jwk)ccf::crypto::RSAPublicKey_OpenSSLprotectedstatic
RSAKeyPair()=defaultccf::crypto::RSAKeyPair
RSAKeyPair(const RSAKeyPair &)=deleteccf::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 &)=deleteccf::crypto::RSAKeyPair_OpenSSL
RSAKeyPair_OpenSSL(const Pem &pem)ccf::crypto::RSAKeyPair_OpenSSL
RSAKeyPair_OpenSSL(const JsonWebKeyRSAPrivate &jwk)ccf::crypto::RSAKeyPair_OpenSSL
RSAPublicKey()=defaultccf::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()=defaultccf::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 overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
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) overrideccf::crypto::RSAKeyPair_OpenSSLvirtual
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) overrideccf::crypto::PublicKey_OpenSSLvirtual
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_OpenSSLinline
ccf::crypto::PublicKey_OpenSSL::verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature)ccf::crypto::PublicKey_OpenSSLinlinevirtual
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::RSAKeyPairinlinevirtual
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type) overrideccf::crypto::PublicKey_OpenSSLvirtual
verify_hash(const std::vector< uint8_t > &hash, const std::vector< uint8_t > &signature, MDType md_type)ccf::crypto::PublicKey_OpenSSLinlinevirtual
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type)=0ccf::crypto::PublicKey_OpenSSLvirtual
verify_pkcs1(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size, MDType md_type=MDType::NONE) overrideccf::crypto::RSAPublicKey_OpenSSLvirtual
~PublicKey_OpenSSL()ccf::crypto::PublicKey_OpenSSLvirtual
~RSAKeyPair()=defaultccf::crypto::RSAKeyPairvirtual
~RSAKeyPair_OpenSSL()=defaultccf::crypto::RSAKeyPair_OpenSSLvirtual
~RSAPublicKey()=defaultccf::crypto::RSAPublicKeyvirtual
~RSAPublicKey_OpenSSL()=defaultccf::crypto::RSAPublicKey_OpenSSLvirtual