MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudSecureAreaProtocol
/
KeyAgreementResponse1
Key
Agreement
Response1
data
class
KeyAgreementResponse1
(
val
result
:
Int
,
val
zab
:
ByteArray
?
,
val
waitDurationMillis
:
Long
)
:
CloudSecureAreaProtocol.Command
Members
Members & Extensions
Constructors
Key
Agreement
Response1
Link copied to clipboard
constructor
(
result
:
Int
,
zab
:
ByteArray
?
,
waitDurationMillis
:
Long
)
Properties
result
Link copied to clipboard
val
result
:
Int
wait
Duration
Millis
Link copied to clipboard
val
waitDurationMillis
:
Long
zab
Link copied to clipboard
val
zab
:
ByteArray
?
Functions
to
Cbor
Link copied to clipboard
fun
CloudSecureAreaProtocol.Command
.
toCbor
(
)
:
ByteArray
fun
CloudSecureAreaProtocol.KeyAgreementResponse1
.
toCbor
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
CloudSecureAreaProtocol.Command
.
toDataItem
(
)
:
DataItem
fun
CloudSecureAreaProtocol.KeyAgreementResponse1
.
toDataItem
(
)
:
DataItem