class SealdMassReencryptResponse
objc
@interface SealdMassReencryptResponse : NSObject
SealdMassReencryptResponse represents the results of a call to massReencryptWithDeviceId:options:error: (SealdSdk).
Members | Descriptions |
---|---|
reencrypted | The number of session keys that were reencrypted for the given device. |
failed | The number of session keys that could not be reencrypted for the given device. |
reencrypted
objc
@property (assign, readonly) NSInteger reencrypted;
The number of session keys that were reencrypted for the given device.
failed
objc
@property (assign, readonly) NSInteger failed;
The number of session keys that could not be reencrypted for the given device.