tuweni / org.apache.tuweni.crypto.sodium / DetachedEncryptionResult

DetachedEncryptionResult

interface DetachedEncryptionResult (source)

The result from a detached encryption.

Functions

cipherText

Provides the cipher text

abstract fun cipherText(): Bytes!

cipherTextArray

Provides the cipher text

abstract fun cipherTextArray(): ByteArray!

mac

Provides the message authentication code

abstract fun mac(): Bytes!

macArray

Provides the message authentication code

abstract fun macArray(): ByteArray!