AttachmentTransformFinal

data class AttachmentTransformFinal(val authenticationTag: ByteArray, val plaintextSha256: String, val encryptedSha256: String, val byteCount: ULong)

Final authentication and hash values for one staged attachment transform.

Constructors

Link copied to clipboard
constructor(authenticationTag: ByteArray, plaintextSha256: String, encryptedSha256: String, byteCount: ULong)

Properties

Link copied to clipboard

AES-GCM tag to append to encrypted output.

Link copied to clipboard

Number of plaintext bytes processed.

Link copied to clipboard

SHA-256 of nonce, ciphertext, and authentication tag.

Link copied to clipboard

SHA-256 of all plaintext bytes processed.