MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudSecureAreaProtocol
/
SignRequest1
Sign
Request1
data
class
SignRequest1
(
val
signature
:
EcSignature
,
val
passphrase
:
String
?
,
val
serverState
:
ByteArray
)
:
CloudSecureAreaProtocol.Command
Members
Members & Extensions
Constructors
Sign
Request1
Link copied to clipboard
constructor
(
signature
:
EcSignature
,
passphrase
:
String
?
,
serverState
:
ByteArray
)
Properties
passphrase
Link copied to clipboard
val
passphrase
:
String
?
server
State
Link copied to clipboard
val
serverState
:
ByteArray
signature
Link copied to clipboard
val
signature
:
EcSignature
Functions
to
Cbor
Link copied to clipboard
fun
CloudSecureAreaProtocol.Command
.
toCbor
(
)
:
ByteArray
fun
CloudSecureAreaProtocol.SignRequest1
.
toCbor
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
CloudSecureAreaProtocol.Command
.
toDataItem
(
)
:
DataItem
fun
CloudSecureAreaProtocol.SignRequest1
.
toDataItem
(
)
:
DataItem