|
CCF
|
This is the complete list of members for ccf::crypto::RSAKeyPair, including all inherited members.
| default_public_exponent | ccf::crypto::RSAKeyPair | static |
| default_public_key_size | ccf::crypto::RSAKeyPair | static |
| key_size() const =0 | ccf::crypto::RSAKeyPair | pure virtual |
| private_key_jwk_rsa(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::RSAKeyPair | pure virtual |
| public_key_pem() const =0 | ccf::crypto::RSAKeyPair | 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 |
| RSAKeyPair()=default | ccf::crypto::RSAKeyPair | |
| RSAKeyPair(const RSAKeyPair &)=delete | ccf::crypto::RSAKeyPair | |
| RSAKeyPair(const Pem &pem) | ccf::crypto::RSAKeyPair | |
| 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=MDType::NONE, size_t salt_length=0)=0 | ccf::crypto::RSAKeyPair | pure virtual |
| 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 |
| ~RSAKeyPair()=default | ccf::crypto::RSAKeyPair | virtual |