MultipazProject
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
MultipazProject
multipaz-csa
/
org.multipaz.securearea.cloud
/
CloudSecureAreaServer
/
E2EEState
E2EEState
data
class
E2EEState
(
var
context
:
CloudSecureAreaServer.RegisterState
?
=
null
,
var
cloudNonce
:
ByteArray
?
=
null
,
var
skDevice
:
ByteArray
?
=
null
,
var
skCloud
:
ByteArray
?
=
null
,
var
encryptedCounter
:
Int
=
0
,
var
decryptedCounter
:
Int
=
0
,
var
derivationTimestamp
:
Long
=
0
)
Members
Constructors
E2EEState
Link copied to clipboard
constructor
(
context
:
CloudSecureAreaServer.RegisterState
?
=
null
,
cloudNonce
:
ByteArray
?
=
null
,
skDevice
:
ByteArray
?
=
null
,
skCloud
:
ByteArray
?
=
null
,
encryptedCounter
:
Int
=
0
,
decryptedCounter
:
Int
=
0
,
derivationTimestamp
:
Long
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cloud
Nonce
Link copied to clipboard
var
cloudNonce
:
ByteArray
?
context
Link copied to clipboard
var
context
:
CloudSecureAreaServer.RegisterState
?
decrypted
Counter
Link copied to clipboard
var
decryptedCounter
:
Int
derivation
Timestamp
Link copied to clipboard
var
derivationTimestamp
:
Long
encrypted
Counter
Link copied to clipboard
var
encryptedCounter
:
Int
sk
Cloud
Link copied to clipboard
var
skCloud
:
ByteArray
?
sk
Device
Link copied to clipboard
var
skDevice
:
ByteArray
?