Module sframe::sender

source ·
Expand description

Sender API: models the sframe encryption block in the sender path, sframe draft 09 4.1

Structs§

  • models the sframe encryption block in the sender path, sframe draft 09 4.1. The Sender allows to encrypt outgoing media frames. To do so, it is associated with a single key id (KeyId). It needs to be initialised with a base key (aka key material) first. For encryption/ key expansion the used algorithms are configurable (see CipherSuiteVariant).
  • options for the encryption block, allows to create a Sender object using Into/From