Parameters
| Parameter | Type | Description |
|---|---|---|
ids | std::vector<uint64_t> | IDs to retrieve. (For a single item, provide a std::vector with one element.) |
Returns
std::vector<std::vector<uint8_t>>: A vector of decrypted items, each represented as a vector of bytes.
Exceptions
std::runtime_exception
std::runtime_exception
- Throws if the items could not be retrieved or decrypted.