SystemMetaDataOwnerEncrypted constructor
SystemMetaDataOwnerEncrypted({
- String? publicKey = null,
- Map<
String, List< hcPartyKeys = const {},String> > - Map<
String, String> privateKeyShamirPartitions = const {}, - List<
String> secretForeignKeys = const [], - Map<
String, List< cryptedForeignKeys = const {},Delegation> > - Map<
String, List< delegations = const {},Delegation> > - Map<
String, List< encryptionKeys = const {},Delegation> > - Map<
String, Map< aesExchangeKeys = const {},String, Map< >String, String> > - Map<
String, Map< transferKeys = const {},String, String> > - String? encryptedSelf = null,
Returns a new SystemMetaDataOwnerEncrypted instance.
Implementation
SystemMetaDataOwnerEncrypted({
this.publicKey = null,
this.hcPartyKeys = const {},
this.privateKeyShamirPartitions = const {},
this.secretForeignKeys = const [],
this.cryptedForeignKeys = const {},
this.delegations = const {},
this.encryptionKeys = const {},
this.aesExchangeKeys = const {},
this.transferKeys = const {},
this.encryptedSelf = null
});