Functions
fromBase64
fromBase64(String): Binary
Converts a base64 string representation into a binary
fromHex
fromHex(String): Binary
Converts an hexadecimal string representation into a binary
toBase64
toBase64(Binary): String
Transforms the specified binary into the base64 string representation
toHex
toHex(Binary): String
Transforms the specified binary into the hexadecimal String representation