Encryption Details

class covata.delta.EncryptionDetails(symmetric_key, initialisation_vector)[source]

This class holds the necessary key materials required to decrypt a particular secret. The symmetric key itself is protected by a public encryption key belonging to an identity.

Creates a new encryption details with the given parameters.

Parameters:
  • symmetric_key (str) – the symmetric key
  • initialisation_vector (str) – the initialisation vector