libcdoc 0.1.8
|
This is the complete list of members for libcdoc::NetworkBackend, including all inherited members.
CDOC_DISABLE_MOVE(NetworkBackend) | libcdoc::NetworkBackend | |
fetchKey(std::vector< uint8_t > &dst, const std::string &url, const std::string &transaction_id) | libcdoc::NetworkBackend | virtual |
fetchNonce(std::vector< uint8_t > &dst, const std::string &url, const std::string &share_id) | libcdoc::NetworkBackend | virtual |
fetchShare(ShareInfo &share, const std::string &url, const std::string &share_id, const std::string &ticket, const std::vector< uint8_t > &cert) | libcdoc::NetworkBackend | virtual |
getClientTLSCertificate(std::vector< uint8_t > &dst) | libcdoc::NetworkBackend | inlinevirtual |
getLastErrorStr(result_t code) const | libcdoc::NetworkBackend | virtual |
getPeerTLSCertificates(std::vector< std::vector< uint8_t > > &dst) | libcdoc::NetworkBackend | inlinevirtual |
getPeerTLSCertificates(std::vector< std::vector< uint8_t > > &dst, const std::string &url) | libcdoc::NetworkBackend | inlinevirtual |
getProxyCredentials(ProxyCredentials &credentials) const | libcdoc::NetworkBackend | inlinevirtual |
MIDSID_DELIVERY_ERROR | libcdoc::NetworkBackend | static |
MIDSID_DOCUMENT_UNUSABLE | libcdoc::NetworkBackend | static |
MIDSID_NOT_MID_CLIENT | libcdoc::NetworkBackend | static |
MIDSID_PHONE_ABSENT | libcdoc::NetworkBackend | static |
MIDSID_REQUIRED_INTERACTION_NOT_SUPPORTED_BY_APP | libcdoc::NetworkBackend | static |
MIDSID_SIGNATURE_HASH_MISMATCH | libcdoc::NetworkBackend | static |
MIDSID_SIM_ERROR | libcdoc::NetworkBackend | static |
MIDSID_TIMEOUT | libcdoc::NetworkBackend | static |
MIDSID_USER_CANCELLED | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED_CERT_CHOICE | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED_CONFIRMATIONMESSAGE | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED_CONFIRMATIONMESSAGE_WITH_VC_CHOICE | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED_DISPLAYTEXTANDPIN | libcdoc::NetworkBackend | static |
MIDSID_USER_REFUSED_VC_CHOICE | libcdoc::NetworkBackend | static |
MIDSID_WRONG_VC | libcdoc::NetworkBackend | static |
NETWORK_ERROR | libcdoc::NetworkBackend | static |
NetworkBackend()=default | libcdoc::NetworkBackend | |
NetworkBackend(const NetworkBackend &)=delete | libcdoc::NetworkBackend | |
operator=(const NetworkBackend &)=delete | libcdoc::NetworkBackend | |
sendKey(CapsuleInfo &dst, const std::string &url, const std::vector< uint8_t > &rcpt_key, const std::vector< uint8_t > &key_material, const std::string &type) | libcdoc::NetworkBackend | virtual |
sendShare(std::vector< uint8_t > &dst, const std::string &url, const std::string &recipient, const std::vector< uint8_t > &share) | libcdoc::NetworkBackend | virtual |
showVerificationCode(unsigned int code) | libcdoc::NetworkBackend | virtual |
signMID(std::vector< uint8_t > &dst, std::vector< uint8_t > &cert, const std::string &url, const std::string &rp_uuid, const std::string &rp_name, const std::string &phone, const std::string &rcpt_id, const std::vector< uint8_t > &digest, CryptoBackend::HashAlgorithm algo) | libcdoc::NetworkBackend | |
signSID(std::vector< uint8_t > &dst, std::vector< uint8_t > &cert, const std::string &url, const std::string &rp_uuid, const std::string &rp_name, const std::string &rcpt_id, const std::vector< uint8_t > &digest, CryptoBackend::HashAlgorithm algo) | libcdoc::NetworkBackend | |
signTLS(std::vector< uint8_t > &dst, CryptoBackend::HashAlgorithm algorithm, const std::vector< uint8_t > &digest) | libcdoc::NetworkBackend | inlinevirtual |
~NetworkBackend() noexcept=default | libcdoc::NetworkBackend | virtual |