base
5.0.0.665-Gecko1.0
base
/
net.corda.v5.base.util
/
EncodingUtils
/
base64toHex
base64to
Hex
@
NotNull
open
fun
base64toHex
(
@
NotNull
input
:
String
)
:
String
Encoding changer. Base64-
String
to Hex-
String
, i.e. "SGVsbG8gV29ybGQ=" -> "48656C6C6F20576F726C64"