KeyPermissions

data class KeyPermissions(val allowEncrypt: MutableList<Model> = mutableListOf(), val allowDecrypt: MutableList<Model> = mutableListOf())

Constructors

Link copied to clipboard
constructor(allowEncrypt: MutableList<Model> = mutableListOf(), allowDecrypt: MutableList<Model> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard