decodeBundle abstract method

EncryptedBundle decodeBundle(
  1. Mapping encodedKeys,
  2. ID receiver,
  3. Iterable<String>? terminals
)

Decode key data from 'message.keys'

encodedKeys is the encoded key data with targets (ID + terminals). receiver is the user ID. terminals is the visa terminals (null to decode all terminals).

Returns encrypted key data with targets (ID terminals).

Implementation

EncryptedBundle decodeBundle(Mapping encodedKeys, ID receiver, Iterable<String>? terminals);