E2EEState

data class E2EEState(var context: CloudSecureAreaServer.RegisterState? = null, var cloudNonce: ByteArray? = null, var skDevice: ByteArray? = null, var skCloud: ByteArray? = null, var encryptedCounter: Int = 0, var decryptedCounter: Int = 0, var derivationTimestamp: Long = 0)

Constructors

Link copied to clipboard
constructor(context: CloudSecureAreaServer.RegisterState? = null, cloudNonce: ByteArray? = null, skDevice: ByteArray? = null, skCloud: ByteArray? = null, encryptedCounter: Int = 0, decryptedCounter: Int = 0, derivationTimestamp: Long = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard