KeyAgreementState

data class KeyAgreementState(var keyContext: CloudSecureAreaServer.CreateKeyState? = null, var otherPublicKey: CoseKey? = null, var cloudNonce: ByteArray? = null)

Constructors

Link copied to clipboard
constructor(keyContext: CloudSecureAreaServer.CreateKeyState? = null, otherPublicKey: CoseKey? = null, cloudNonce: ByteArray? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard