Skip to content

SymEncKey

data class SymEncKey(val symEncKeyId: String, val rights: RecipientRights)

SymEncKey holds the information about a SymEncKey access.

Constructors

SymEncKeyconstructor(symEncKeyId: String, rights: RecipientRights)

Properties

NameSummary
rightsval rights: RecipientRights
The rights for the access
symEncKeyIdval symEncKeyId: String
Id of the SymEncKey access.