UnknownSmartkey
public UnknownSmartkey(String urn,
String name,
Map<Integer,SecretKey> keys,
List<Feature> features,
List<KnownUser> participants,
boolean canManage,
@Nullable
MetaClientException encryptionError,
@Nullable
MetaClientException decryptionError,
@Nonnull
String kind)
- Parameters:
keys
- Ownership of this collection, and of the keys within, is claimed by
this object. DO NOT MODIFY THE COLLECTION OR KEYS OUTSIDE OF THIS
OBJECT AFTER INSTANTIATING. Accordingly, create defensive copies
before invoking this constructor.
features
- Ownership of this collection is claimed by this object. Accordingly,
create defensive copies before invoking this constructor.
participants
- Ownership of this collection is claimed by this object. Accordingly,
create defensive copies before invoking this constructor.
encryptionError
- null
indicates encryption is allowed; otherwise, this
exception will be thrown when encryption is attempted using this key
decryptionError
- null
indicates decryption is allowed; otherwise, this