SymEncKey
data class SymEncKey(val symEncKeyId: String, val rights: RecipientRights)
SymEncKey holds the information about a SymEncKey access.
Constructors
| SymEncKey | constructor(symEncKeyId: String, rights: RecipientRights) |
Properties
| Name | Summary |
|---|---|
| rights | val rights: RecipientRights The rights for the access |
| symEncKeyId | val symEncKeyId: String Id of the SymEncKey access. |