Skip to content

class SealdMassReencryptResponse

objc
@interface SealdMassReencryptResponse : NSObject
@interface SealdMassReencryptResponse : NSObject

SealdMassReencryptResponse represents the results of a call to massReencryptWithDeviceId:options:error: (SealdSdk).

MembersDescriptions
reencryptedThe number of session keys that were reencrypted for the given device.
failedThe number of session keys that could not be reencrypted for the given device.

reencrypted

objc
@property (assign, readonly) NSInteger reencrypted;
@property (assign, readonly) NSInteger reencrypted;

The number of session keys that were reencrypted for the given device.

failed

objc
@property (assign, readonly) NSInteger failed;
@property (assign, readonly) NSInteger failed;

The number of session keys that could not be reencrypted for the given device.