interface DetachedEncryptionResult
The result from a detached encryption.
cipherText
abstract fun cipherText(): Bytes
cipherTextArray
abstract fun cipherTextArray(): ByteArray
mac
abstract fun mac(): Bytes
macArray
abstract fun macArray(): ByteArray