kalium
common
logic
/
com.wire.kalium.logic.configuration
/
E2EISettings
E2EISettings
data
class
E2EISettings
(
val
isRequired
:
Boolean
,
val
discoverUrl
:
String
?
,
val
gracePeriodEnd
:
<Error class: unknown class>
?
,
val
shouldUseProxy
:
Boolean
,
val
crlProxy
:
String
?
)
Members
Constructors
E2EISettings
Link copied to clipboard
constructor
(
isRequired
:
Boolean
,
discoverUrl
:
String
?
,
gracePeriodEnd
:
<Error class: unknown class>
?
,
shouldUseProxy
:
Boolean
,
crlProxy
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
crl
Proxy
Link copied to clipboard
val
crlProxy
:
String
?
discover
Url
Link copied to clipboard
val
discoverUrl
:
String
?
grace
Period
End
Link copied to clipboard
val
gracePeriodEnd
:
<Error class: unknown class>
?
is
Required
Link copied to clipboard
val
isRequired
:
Boolean
should
Use
Proxy
Link copied to clipboard
val
shouldUseProxy
:
Boolean
Functions
to
Entity
Link copied to clipboard
fun
toEntity
(
)
:
<Error class: unknown class>