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

Method jwt

java/tests/src/main/java/tests/BaseTest.java:257–259  ·  view source on GitHub ↗
(Object data, Object secret, Object alg, boolean isRsa)

Source from the content-addressed store, hash-verified

255 }
256
257 public String jwt(Object data, Object secret, Object alg, boolean isRsa) {
258 return Crypto.Jwt(data, secret, alg, isRsa, null);
259 }
260
261 public String jwt(Object data, Object secret) {
262 return Crypto.Jwt(data, secret, null, false, null);

Callers 1

testCryptographyMethod · 0.45

Calls 1

JwtMethod · 0.95

Tested by

no test coverage detected