RawEncryptResponse constructor
RawEncryptResponse({})
Implementation
RawEncryptResponse({
this.ciphertext,
this.ciphertextCrc32c,
this.initializationVector,
this.initializationVectorCrc32c,
this.name,
this.protectionLevel,
this.tagLength,
this.verifiedAdditionalAuthenticatedDataCrc32c,
this.verifiedInitializationVectorCrc32c,
this.verifiedPlaintextCrc32c,
});