Key Permissions
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())