Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ base64ToBinary
Method
base64ToBinary
java/lib/src/main/java/io/github/ccxt/base/Encode.java:63–63 ·
view source on GitHub ↗
(Object pt)
Source
from the content-addressed store, hash-verified
61
}
62
63
public
static
byte[] base64ToBinary(Object pt) {
return
Base64ToBinary(pt); }
64
public
static
byte[] Base64ToBinary(Object pt) {
65
String s = (String) pt;
66
return
Base64.getDecoder().decode(s);
Callers
15
base64ToBinary
Method · 0.95
sign
Method · 0.45
sign
Method · 0.45
createAuthToken
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
signTxEd25519
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
Calls
1
Base64ToBinary
Method · 0.95
Tested by
no test coverage detected