Erebus.EncryptedData (Erebus v0.2.0-rc.3) View Source

This module stores data necessary for decrypting an encrypted struct. It stores:

  • encrypted dek
  • handle of the key used to encrypt it
  • version of the key used to encrypt it

Link to this section Summary

Link to this section Types

Specs

t() :: %Erebus.EncryptedData{
  encrypted_dek: any(),
  handle: binary(),
  version: binary()
}