MCPcopy Index your code
hub / github.com/ccxt/ccxt / toString

Method toString

java/lib/src/main/java/io/github/ccxt/base/Crypto.java:72–72  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

70
71 // ---------- small utils ----------
72 private static String toString(Object o) { return String.valueOf(o); }
73 private static byte[] toUtf8(Object o) { return toString(o).getBytes(StandardCharsets.UTF_8); }
74
75 public static String binaryToHex(byte[] data) {

Callers 10

toUtf8Method · 0.95
Base64ToBinaryMethod · 0.95
HmacMethod · 0.95
HashMethod · 0.95
JwtMethod · 0.95
RsaMethod · 0.95
EcdsaMethod · 0.95
Crc32Method · 0.95
binaryToHexMethod · 0.45
leftPadHexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected