Skip to content
On this page

class SealdMassReencryptResponse

objc
@interface SealdMassReencryptResponse : NSObject

SealdMassReencryptResponse represents the results of a call to [SealdSdk.massReencrypt].

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;

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.