corda / net.corda.core.crypto / kotlin.ByteArray

Extensions for kotlin.ByteArray

sha256 fun ByteArray.sha256(): SHA256
toBase58 fun ByteArray.toBase58(): String
toBase64 fun ByteArray.toBase64(): String
toHex fun ByteArray.toHex(): String

Convert a byte array to a hex (base 16) capitalized encoded string.