Skip to main content
Retrieves and decrypts items associated with the specified IDs.

Parameters

Returns

std::vector<cyborg::Item>: Decrypted items with requested fields.
IDs will always be included in the returned items.

Exceptions

  • Throws if the items could not be retrieved or decrypted.
  • Throws if the supplied key context lacks read permission.

Example Usage

index_key is the 32-byte std::array<uint8_t, 32> index KEK and converts implicitly to a KeyContext.