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

DetachedEncryptionResult

interface DetachedEncryptionResult (source)

The result from a detached encryption.

Functions

cipherText

abstract fun cipherText(): Bytes!

cipherTextArray

abstract fun cipherTextArray(): ByteArray!

mac

abstract fun mac(): Bytes!

macArray

abstract fun macArray(): ByteArray!