public class FileStorageSettings
public boolean getEncryptionEnabled()
the flag which enables/disables a usage of encrypted file IO processor.
By default - false.
@Nullable public FileIOProcessor getCustomFileIOProcessor()
custom
interface FileIOProcessor implementation. If null - internal SDK implementation will be used. By default - null.
interface FileIOProcessor,
null,
null