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