SignalKeys
Defines all the APIs for managing the signal-protocol compliant keys.
Functions
Blocking-call variant of SignalKeys.countKeys.
Blocking-call variant of SignalKeys.getKeys.
Blocking-call variant of SignalKeys.setKeys.
Retrieves a key-bundle which contains all the target's devices keys to initiate a signal-session. The Hub-server deletes the retrieved 'oneTimeKeys' as are meant to be one-time use.
Retrieves a key-bundle to initiate a signal-session. The Hub-server deletes the retrieved 'oneTimeKey' as it meant to be one-time use.
Runs a new coroutine in HubClientCoroutineContextStrategy.clientCoroutineContext context and blocks the current thread until its completion. This function should not be used from a coroutine.
Properties
The hubClient's-coroutine-context. It can be used to explicit define in which CoroutineContext the new client will run.