MassReencryptResponse
data class MassReencryptResponse(val reencrypted: Int, val failed: Int)
Represents the results of a call to SealdSDK.massReencrypt.
Constructors
MassReencryptResponse | constructor(reencrypted: Int, failed: Int) |
Properties
Name | Summary |
---|---|
failed | val failed: Int The number of session keys that could not be reencrypted for the given device. |
reencrypted | val reencrypted: Int The number of session keys that were reencrypted for the given device. |