AESEncrypted File IOProcessor
class AESEncryptedFileIOProcessor(password: String, val encrypterMode: AESEncryptedFileIOProcessor.AESEncrypterMode = AESEncrypterMode.AES256) : FileIOProcessor
File processor which performs AES based encryption/decryption
Constructors
Link copied to clipboard
constructor(password: String, encrypterMode: AESEncryptedFileIOProcessor.AESEncrypterMode = AESEncrypterMode.AES256)
Properties
Functions
Link copied to clipboard
Creates a raw copy of the source file to the destination file without encryption if its enabled
Link copied to clipboard
Returns OutputStream for the source file
Link copied to clipboard
Returns OutputStream for the destination file
Link copied to clipboard
Link copied to clipboard
open override fun writeImage(bitmap: Bitmap, compressFormat: Bitmap.CompressFormat, quality: Int, destination: File)