class SealdClearFile
objc
@interface SealdClearFile : NSObjectSealdClearFile represents a decrypted file.
| Members | Descriptions |
|---|---|
filename | The filename of the decrypted file |
messageId | The ID of the EncryptionSession to which this file belongs |
fileContent | The content of the decrypted file |
filename
objc
@property (strong, readonly) NSString * filename;The filename of the decrypted file
messageId
objc
@property (strong, readonly) NSString * messageId;The ID of the EncryptionSession to which this file belongs
fileContent
objc
@property (strong, readonly) NSData * fileContent;The content of the decrypted file