encodeBundle abstract method

Map<String, Object> encodeBundle(
  1. EncryptedBundle bundle,
  2. ID receiver
)

Encode key data

bundle is the encrypted key data with targets (ID terminals). receiver is the user ID.

Returns encoded key data with targets (ID + terminals).

Implementation

Map<String, Object> encodeBundle(EncryptedBundle bundle, ID receiver);