MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.securearea.cloud
/
CloudSecureAreaProtocol
/
E2EERequest
E2EERequest
data
class
E2EERequest
(
val
encryptedRequest
:
ByteArray
,
val
e2eeContext
:
ByteArray
)
:
CloudSecureAreaProtocol.Command
Members
Constructors
E2EERequest
Link copied to clipboard
constructor
(
encryptedRequest
:
ByteArray
,
e2eeContext
:
ByteArray
)
Properties
e2ee
Context
Link copied to clipboard
val
e2eeContext
:
ByteArray
encrypted
Request
Link copied to clipboard
val
encryptedRequest
:
ByteArray