Package io.seald.seald_sdk
Class MassReencryptResponse
-
- All Implemented Interfaces:
public final class MassReencryptResponseRepresents the results of a call to SealdSDK.massReencrypt.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerreencryptedprivate final Integerfailed
-
Constructor Summary
Constructors Constructor Description MassReencryptResponse(Integer reencrypted, Integer failed)
-
Method Summary
Modifier and Type Method Description final IntegergetReencrypted()The number of session keys that were reencrypted for the given device. final IntegergetFailed()The number of session keys that could not be reencrypted for the given device. -
-
Method Detail
-
getReencrypted
final Integer getReencrypted()
The number of session keys that were reencrypted for the given device.
-
-
-
-