decode

open override fun decode(data: ByteArray): ByteArray

Decode the provided data as a byte array of hex-encoded data.

Return

Raw data decoded from hex.

Parameters

data

Data to decode with hex.


open override fun decode(string: String): ByteArray

Decode the provided string as a byte array of hex-encoded data.

Return

Raw data decoded from hex.

Parameters

string

String to decode with hex.