kalium
common
persistence
/
com.wire.kalium.persistence.config
/
E2EISettingsEntity
E2EISettings
Entity
data
class
E2EISettingsEntity
(
val
status
:
Boolean
,
val
discoverUrl
:
String
?
,
val
gracePeriodEndMs
:
Long
?
,
val
shouldUseProxy
:
Boolean
?
,
val
crlProxy
:
String
?
)
Members
Constructors
E2EISettings
Entity
Link copied to clipboard
constructor
(
status
:
Boolean
,
discoverUrl
:
String
?
,
gracePeriodEndMs
:
Long
?
,
shouldUseProxy
:
Boolean
?
,
crlProxy
:
String
?
)
Properties
crl
Proxy
Link copied to clipboard
val
crlProxy
:
String
?
discover
Url
Link copied to clipboard
val
discoverUrl
:
String
?
grace
Period
End
Ms
Link copied to clipboard
val
gracePeriodEndMs
:
Long
?
should
Use
Proxy
Link copied to clipboard
val
shouldUseProxy
:
Boolean
?
status
Link copied to clipboard
val
status
:
Boolean