public interface ManagedAesKey
Modifier and Type | Method and Description |
---|---|
boolean |
canManage() |
MetaClientException |
getDecryptionError() |
MetaClientException |
getEncryptionError() |
List<Feature> |
getFeatures() |
String |
getHomeServer() |
Map<Integer,SecretKey> |
getKeys() |
String |
getKind() |
String |
getName() |
List<KnownUser> |
getParticipants() |
String |
getUrn() |
boolean canManage()
true
, this user is allowed to modify this asset. If false
, attempts at modification will result in errors.@Nullable MetaClientException getEncryptionError()
null
, this user is allowed to use the asset for encryption, otherwise, encryption attempts
must produce this exception@Nullable MetaClientException getDecryptionError()
null
, this user is allowed to use the asset for decryption, otherwise, decryption attempts
must produce this exception