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)