Package io.seald.seald_sdk
Class ClearFile
-
- All Implemented Interfaces:
public final class ClearFileClearFile represents a decrypted file.
-
-
Method Summary
Modifier and Type Method Description final StringgetFilename()The filename of the decrypted file. final StringgetSessionId()The ID of the EncryptionSession to which this file belongs. final ByteArraygetFileContent()The content of the decrypted file. -
-
Method Detail
-
getFilename
final String getFilename()
The filename of the decrypted file.
-
getSessionId
final String getSessionId()
The ID of the EncryptionSession to which this file belongs.
-
getFileContent
final ByteArray getFileContent()
The content of the decrypted file.
-
-
-
-