EncryptedData

class EncryptedData(val data: ByteArray) : ByteDataContainer

Constructors

Link copied to clipboard
constructor(data: ByteArray)

Properties

Link copied to clipboard
val data: ByteArray

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int