SessionInitDeviceKeyBundle
data class SessionInitDeviceKeyBundle(val deviceId: Int, val registrationId: RegistrationId, val signedPreKey: SignedPreKey, val oneTimeKey: OneTimeKey?)
Represents a key-bundle which is used to return all the necessary keys for the session's (ratchet) initialization.
Constructors
Link copied to clipboard
constructor(deviceId: Int, registrationId: RegistrationId, signedPreKey: SignedPreKey, oneTimeKey: OneTimeKey?)
Properties
Link copied to clipboard
One of target's OneTimeKey.
Link copied to clipboard
Target's device registrationId.
Link copied to clipboard
Target's SignedPreKey.