ProjectPropertiesEncryption

data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)

Constructors

Link copied to clipboard
fun ProjectPropertiesEncryption(algorithm: String? = null, enable: Boolean? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

Algorithm.

Link copied to clipboard
val enable: Boolean? = null

Whether to open.

Link copied to clipboard
val key: String? = null

Encryption algorithm key.