Skip to content

class SealdClearFile

objc
@interface SealdClearFile : NSObject
@interface SealdClearFile : NSObject

SealdClearFile represents a decrypted file.

MembersDescriptions
filenameThe filename of the decrypted file
messageIdThe ID of the EncryptionSession to which this file belongs
fileContentThe content of the decrypted file

filename

objc
@property (strong, readonly) NSString * filename;
@property (strong, readonly) NSString * filename;

The filename of the decrypted file

messageId

objc
@property (strong, readonly) NSString * messageId;
@property (strong, readonly) NSString * messageId;

The ID of the EncryptionSession to which this file belongs

fileContent

objc
@property (strong, readonly) NSData * fileContent;
@property (strong, readonly) NSData * fileContent;

The content of the decrypted file