MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudSecureAreaProtocol
/
KeyAgreementRequest1
Key
Agreement
Request1
data
class
KeyAgreementRequest1
(
val
signature
:
EcSignature
,
val
passphrase
:
String
?
,
val
serverState
:
ByteArray
)
:
CloudSecureAreaProtocol.Command
Members
Constructors
Key
Agreement
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