kalium
common
cryptography
/
com.wire.kalium.cryptography
/
RotateBundle
Rotate
Bundle
data
class
RotateBundle
(
var
newKeyPackages
:
List
<
ByteArray
>
,
val
crlNewDistributionPoints
:
List
<
String
>
?
)
Members
Constructors
Rotate
Bundle
Link copied to clipboard
constructor
(
newKeyPackages
:
List
<
ByteArray
>
,
crlNewDistributionPoints
:
List
<
String
>
?
)
Properties
crl
New
Distribution
Points
Link copied to clipboard
val
crlNewDistributionPoints
:
List
<
String
>
?
new
Key
Packages
Link copied to clipboard
var
newKeyPackages
:
List
<
ByteArray
>