|
CCF
|
This is the complete list of members for ccf::crypto::ECKeyPair_OpenSSL, including all inherited members.
| check_is_cose_compatible(int cose_alg) | ccf::crypto::PublicKey_OpenSSL | inline |
| coordinates() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| create_csr(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key=std::nullopt) const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| ccf::crypto::ECKeyPair::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 override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| create_req(const std::string &subject_name, const std::vector< SubjectAltName > &subject_alt_names, const std::optional< Pem > &public_key) const | ccf::crypto::ECKeyPair_OpenSSL | protected |
| derive_shared_secret(const ECPublicKey &peer_key) override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| ec_point_public_from_jwk(const JsonWebKeyECPublic &jwk) | ccf::crypto::ECPublicKey_OpenSSL | protectedstatic |
| ECKeyPair_OpenSSL(CurveID curve_id) | ccf::crypto::ECKeyPair_OpenSSL | |
| ECKeyPair_OpenSSL(const ECKeyPair_OpenSSL &)=delete | ccf::crypto::ECKeyPair_OpenSSL | |
| ECKeyPair_OpenSSL(const Pem &pem) | ccf::crypto::ECKeyPair_OpenSSL | |
| ECKeyPair_OpenSSL(const JsonWebKeyECPrivate &jwk) | ccf::crypto::ECKeyPair_OpenSSL | |
| ECPublicKey_OpenSSL() | ccf::crypto::ECPublicKey_OpenSSL | protected |
| ECPublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::ECPublicKey_OpenSSL | |
| ECPublicKey_OpenSSL(const Pem &pem) | ccf::crypto::ECPublicKey_OpenSSL | |
| ECPublicKey_OpenSSL(ECPublicKey_OpenSSL &&key)=default | ccf::crypto::ECPublicKey_OpenSSL | |
| ECPublicKey_OpenSSL(std::span< const uint8_t > der) | ccf::crypto::ECPublicKey_OpenSSL | |
| ECPublicKey_OpenSSL(const JsonWebKeyECPublic &jwk) | ccf::crypto::ECPublicKey_OpenSSL | |
| get_curve_id() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| get_openssl_group_id() const | ccf::crypto::ECPublicKey_OpenSSL | |
| get_openssl_group_id(CurveID gid) | ccf::crypto::ECPublicKey_OpenSSL | static |
| key | ccf::crypto::PublicKey_OpenSSL | protected |
| operator EVP_PKEY *() const | ccf::crypto::PublicKey_OpenSSL | inline |
| private_key_der() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| private_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| private_key_pem() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| public_key_der() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| public_key_jwk(const std::optional< std::string > &kid=std::nullopt) const override | ccf::crypto::ECPublicKey_OpenSSL | virtual |
| public_key_pem() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| public_key_raw() const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| PublicKey_OpenSSL()=default | ccf::crypto::PublicKey_OpenSSL | |
| PublicKey_OpenSSL(EVP_PKEY *key) | ccf::crypto::PublicKey_OpenSSL | inline |
| PublicKey_OpenSSL(const Pem &pem) | ccf::crypto::PublicKey_OpenSSL | inline |
| 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 override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| sign(std::span< const uint8_t > d, size_t *sig_size, uint8_t *sig, MDType md_type={}) const | ccf::crypto::ECKeyPair_OpenSSL | |
| 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_csr_impl(const std::optional< 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 override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| sign_hash(const uint8_t *hash, size_t hash_size) const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| sign_hash(const uint8_t *hash, size_t hash_size, size_t *sig_size, uint8_t *sig) const override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| Signer enum name | ccf::crypto::ECKeyPair | |
| verify(const std::vector< uint8_t > &contents, const std::vector< uint8_t > &signature) override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| verify(const uint8_t *contents, size_t contents_size, const uint8_t *signature, size_t signature_size) override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type, HashBytes &bytes) override | ccf::crypto::ECKeyPair_OpenSSL | virtual |
| ccf::crypto::ECPublicKey_OpenSSL::verify(const uint8_t *contents, size_t contents_size, const uint8_t *sig, size_t sig_size, MDType md_type=MDType::NONE) | ccf::crypto::ECPublicKey_OpenSSL | inline |
| verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type) override | ccf::crypto::ECPublicKey_OpenSSL | virtual |
| verify_hash(const std::vector< uint8_t > &hash, const std::vector< uint8_t > &signature, MDType md_type) | ccf::crypto::ECPublicKey_OpenSSL | inlinevirtual |
| verify_hash(const uint8_t *hash, size_t hash_size, const uint8_t *sig, size_t sig_size, MDType md_type)=0 | ccf::crypto::ECPublicKey_OpenSSL | virtual |
| ~ECKeyPair()=default | ccf::crypto::ECKeyPair | virtual |
| ~ECKeyPair_OpenSSL() override=default | ccf::crypto::ECKeyPair_OpenSSL | |
| ~ECPublicKey()=default | ccf::crypto::ECPublicKey | virtual |
| ~ECPublicKey_OpenSSL() override | ccf::crypto::ECPublicKey_OpenSSL | |
| ~PublicKey_OpenSSL() | ccf::crypto::PublicKey_OpenSSL | inlinevirtual |