EncryptionArtefacts.empty constructor

EncryptionArtefacts.empty()

Implementation

EncryptionArtefacts.empty() {
  this.authData = [];
  this.salt = [];
  this.authTag = [];
  this.version = 'A';
}