AeadEncryptedDataAndTag

data class AeadEncryptedDataAndTag(val data: UByteArray, val tag: UByteArray)

A data class wrapping returned encrypted data and and tag from aead encrypt functions.

Constructors

Link copied to clipboard
constructor(data: UByteArray, tag: UByteArray)

Properties

Link copied to clipboard
Link copied to clipboard