HexData

value class HexData(encoded: String) : EncodedData

Carrier value-class for hex-encoded data.

Constructors

Link copied to clipboard
constructor(encoded: String)

Properties

Link copied to clipboard
open override val data: ByteArray

Raw data associated with this encoded data payload.

Link copied to clipboard
open override val encoding: Encoding

Indicate the encoding type applied to the data held by this object.

Link copied to clipboard
open override val string: String

Decode the underlying data to a string.