A bytes subclass that holds a message that has been encrypted by a SecretBox or Box. The full content of the bytes object is the combined nonce and ciphertext.
The nonce used during the encryption of the EncryptedMessage.
The ciphertext contained within the EncryptedMessage.