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

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

default_public_exponentccf::crypto::RSAKeyPairstatic
default_public_key_sizeccf::crypto::RSAKeyPairstatic
key_size() const =0ccf::crypto::RSAKeyPairpure virtual
private_key_jwk_rsa(const std::optional< std::string > &kid=std::nullopt) const =0ccf::crypto::RSAKeyPairpure virtual
private_key_pem() const =0ccf::crypto::RSAKeyPairpure virtual
public_key_der() const =0ccf::crypto::RSAKeyPairpure virtual
public_key_pem() const =0ccf::crypto::RSAKeyPairpure virtual
rsa_oaep_unwrap(const std::vector< uint8_t > &input, const std::optional< std::vector< std::uint8_t > > &label=std::nullopt)=0ccf::crypto::RSAKeyPairpure virtual
RSAKeyPair()=defaultccf::crypto::RSAKeyPair
RSAKeyPair(const RSAKeyPair &)=deleteccf::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 =0ccf::crypto::RSAKeyPairpure 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)=0ccf::crypto::RSAKeyPairpure 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::RSAKeyPairinlinevirtual
~RSAKeyPair()=defaultccf::crypto::RSAKeyPairvirtual