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

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

key_size() const =0ccf::crypto::RSAPublicKeypure virtual
public_key_der() const =0ccf::crypto::RSAPublicKeypure virtual
public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const =0ccf::crypto::RSAPublicKeypure virtual
public_key_pem() const =0ccf::crypto::RSAPublicKeypure virtual
rsa_oaep_wrap(const uint8_t *input, size_t input_size, const uint8_t *label=nullptr, size_t label_size=0)=0ccf::crypto::RSAPublicKeypure virtual
rsa_oaep_wrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt)=0ccf::crypto::RSAPublicKeypure virtual
verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size, MDType md_type, RSAPadding padding=RSAPadding::PKCS_PSS, size_t salt_length=0)=0ccf::crypto::RSAPublicKeypure virtual
verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *signature, size_t signature_size, MDType md_type, RSAPadding padding=RSAPadding::PKCS_PSS, size_t salt_length=0)=0ccf::crypto::RSAPublicKeypure virtual
~RSAPublicKey()=defaultccf::crypto::RSAPublicKeyvirtual