decodeBundle abstract method
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);