This is the complete list of members for libcdoc::Recipient, including all inherited members.
| cert | libcdoc::Recipient | |
| clear() | libcdoc::Recipient | inline |
| expiry_ts | libcdoc::Recipient | |
| getLabel(std::map< std::string_view, std::string_view > extra) const | libcdoc::Recipient | |
| isCertificate() const | libcdoc::Recipient | inline |
| isEmpty() const | libcdoc::Recipient | inline |
| isKeyServer() const | libcdoc::Recipient | inline |
| isPKI() const | libcdoc::Recipient | inline |
| isSymmetric() const | libcdoc::Recipient | inline |
| isTheSameRecipient(const Recipient &other) const | libcdoc::Recipient | |
| isTheSameRecipient(const std::vector< uint8_t > &public_key) const | libcdoc::Recipient | |
| kdf_iter | libcdoc::Recipient | |
| label | libcdoc::Recipient | |
| makeCertificate(std::string label, std::vector< uint8_t > cert) | libcdoc::Recipient | static |
| makePublicKey(std::string label, std::vector< uint8_t > public_key, PKType pk_type) | libcdoc::Recipient | static |
| makePublicKey(const Lock &lock) | libcdoc::Recipient | static |
| makeServer(std::string label, std::vector< uint8_t > public_key, PKType pk_type, std::string server_id) | libcdoc::Recipient | static |
| makeServer(std::string label, std::vector< uint8_t > cert, std::string server_id) | libcdoc::Recipient | static |
| makeServer(const Lock &lock, std::string server_id) | libcdoc::Recipient | static |
| makeSymmetric(std::string label, int32_t kdf_iter) | libcdoc::Recipient | static |
| NONE enum value | libcdoc::Recipient | |
| operator==(const Recipient &other) const =default | libcdoc::Recipient | |
| pk_type | libcdoc::Recipient | |
| PUBLIC_KEY enum value | libcdoc::Recipient | |
| rcpt_key | libcdoc::Recipient | |
| Recipient()=default | libcdoc::Recipient | |
| Recipient(Type _type) | libcdoc::Recipient | inlineprotected |
| server_id | libcdoc::Recipient | |
| setLabelValue(std::string_view key, std::string_view value) | libcdoc::Recipient | inline |
| SYMMETRIC_KEY enum value | libcdoc::Recipient | |
| type | libcdoc::Recipient | |
| Type enum name | libcdoc::Recipient | |
| validate() const | libcdoc::Recipient | |