EncryptionParameters

data class EncryptionParameters(var password: String? = null, var mode: FileEncryptionMode? = null)

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(password: String? = null, mode: FileEncryptionMode? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): JsonObject