combined
A combined element composed of the nonce, encrypted data, and authentication tag.
Declaration
var combined: Data? { get }Discussion
The combined representation is only available when the AES.GCM.Nonce size is the default size of 12 bytes. The data layout of the combined representation is nonce, ciphertext, then tag.