MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
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
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
?