MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudSecureAreaProtocol
/
CreateKeyRequest1
Create
Key
Request1
data
class
CreateKeyRequest1
(
val
localKey
:
CoseKey
,
val
localKeyAttestation
:
X509CertChain
?
,
val
serverState
:
ByteArray
)
:
CloudSecureAreaProtocol.Command
Members
Constructors
Create
Key
Request1
Link copied to clipboard
constructor
(
localKey
:
CoseKey
,
localKeyAttestation
:
X509CertChain
?
,
serverState
:
ByteArray
)
Properties
local
Key
Link copied to clipboard
val
localKey
:
CoseKey
local
Key
Attestation
Link copied to clipboard
val
localKeyAttestation
:
X509CertChain
?
server
State
Link copied to clipboard
val
serverState
:
ByteArray