|
CCF
|
This is the complete list of members for ccf::crypto::RSAKeyPair, including all inherited members.
| key_size() const =0 | ccf::crypto::RSAPublicKey | pure virtual |
| private_key_der() const =0 | ccf::crypto::RSAKeyPair | pure virtual |
| private_key_jwk(const std::optional< std::string > &kid=std::nullopt) const =0 | ccf::crypto::RSAKeyPair | pure virtual |
| private_key_pem() const =0 | ccf::crypto::RSAKeyPair | pure virtual |
| public_key_der() const =0 | ccf::crypto::RSAPublicKey | pure virtual |
| public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const =0 | ccf::crypto::RSAPublicKey | pure virtual |
| public_key_pem() const =0 | ccf::crypto::RSAPublicKey | pure virtual |
| rsa_oaep_unwrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt)=0 | ccf::crypto::RSAKeyPair | pure virtual |
| rsa_oaep_wrap(const uint8_t *input, size_t input_size, const uint8_t *label=nullptr, size_t label_size=0)=0 | ccf::crypto::RSAPublicKey | pure virtual |
| rsa_oaep_wrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt)=0 | ccf::crypto::RSAPublicKey | pure virtual |
| sign(std::span< const uint8_t > d, MDType md_type=MDType::NONE, size_t salt_length=0) const =0 | ccf::crypto::RSAKeyPair | pure 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)=0 | ccf::crypto::RSAPublicKey | pure 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)=0 | ccf::crypto::RSAPublicKey | pure virtual |
| ~RSAPublicKey()=default | ccf::crypto::RSAPublicKey | virtual |