|
CCF
|
This is the complete list of members for ccf::crypto::ECKeyPair, including all inherited members.
| coordinates() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| create_csr(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key=std::nullopt) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| create_csr(const std::string &subject_name) const | ccf::crypto::ECKeyPair | inline |
| create_csr_der(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key=std::nullopt) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| derive_shared_secret(const ECPublicKey &peer_key)=0 | ccf::crypto::ECKeyPair | pure virtual |
| get_curve_id() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| private_key_der() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| private_key_jwk(const std::optional< std::string > &kid=std::nullopt) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| private_key_pem() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| public_key_der() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| public_key_pem() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| public_key_raw() const =0 | ccf::crypto::ECKeyPair | pure virtual |
| self_sign(const std::string &name, const std::string &valid_from, const std::string &valid_to, const std::optional< SubjectAltName > subject_alt_name=std::nullopt, bool ca=true) const | ccf::crypto::ECKeyPair | inline |
| self_sign(const std::string &subject_name, const std::string &valid_from, const std::string &valid_to, const std::vector< SubjectAltName > &subject_alt_names, bool ca=true) const | ccf::crypto::ECKeyPair | inline |
| sign(std::span< const uint8_t > d, MDType md_type={}) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| sign_csr(const Pem &issuer_cert, const Pem &signing_request, const std::string &valid_from, const std::string &valid_to, bool ca=false, Signer signer=Signer::SUBJECT) const | ccf::crypto::ECKeyPair | inlinevirtual |
| sign_hash(const uint8_t *hash, size_t hash_size) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| sign_hash(const uint8_t *hash, size_t hash_size, size_t *sig_size, uint8_t *sig) const =0 | ccf::crypto::ECKeyPair | pure virtual |
| Signer enum name | ccf::crypto::ECKeyPair | |
| verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature)=0 | ccf::crypto::ECKeyPair | pure virtual |
| verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size)=0 | ccf::crypto::ECKeyPair | pure virtual |
| ~ECKeyPair()=default | ccf::crypto::ECKeyPair | virtual |