Skip to content

MassReencryptResponse

data class MassReencryptResponse(val reencrypted: Int, val failed: Int)

Represents the results of a call to SealdSDK.massReencrypt.

Constructors

MassReencryptResponseconstructor(reencrypted: Int, failed: Int)

Properties

NameSummary
failedval failed: Int
The number of session keys that could not be reencrypted for the given device.
reencryptedval reencrypted: Int
The number of session keys that were reencrypted for the given device.