CseIdentity constructor

CseIdentity({
  1. String? emailAddress,
  2. String? primaryKeyPairId,
  3. SignAndEncryptKeyPairs? signAndEncryptKeyPairs,
})

Implementation

CseIdentity({
  this.emailAddress,
  this.primaryKeyPairId,
  this.signAndEncryptKeyPairs,
});