DecryptedDataAndTag

data class DecryptedDataAndTag(val decryptedData: UByteArray, val tag: UByte)

Constructors

Link copied to clipboard
constructor(decryptedData: UByteArray, tag: UByte)

Properties

Link copied to clipboard
Link copied to clipboard
val tag: UByte