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

Method Base64ToBinary

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

Source from the content-addressed store, hash-verified

83 }
84
85 public static byte[] Base64ToBinary(Object s) {
86 return Base64.getDecoder().decode(toString(s));
87 }
88
89 public static String Base64ToBase64Url(String base64, boolean stripPadding) {
90 String s = base64.replace('+', '-').replace('/', '_');

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
decodeMethod · 0.45

Tested by

no test coverage detected