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