kalium
common
persistence
/
com.wire.kalium.persistence.model
/
SupportedCipherSuiteEntity
Supported
Cipher
Suite
Entity
data
class
SupportedCipherSuiteEntity
(
val
supported
:
List
<
Int
>
,
val
default
:
Int
)
Members
Constructors
Supported
Cipher
Suite
Entity
Link copied to clipboard
constructor
(
supported
:
List
<
Int
>
,
default
:
Int
)
Properties
default
Link copied to clipboard
val
default
:
Int
supported
Link copied to clipboard
val
supported
:
List
<
Int
>