MCPcopy Create free account
hub / github.com/jwtk/jjwt / decode

Method decode

impl/src/main/java/io/jsonwebtoken/impl/TextCodec.java:46–46  ·  view source on GitHub ↗
(String encoded)

Source from the content-addressed store, hash-verified

44 String encode(byte[] data);
45
46 byte[] decode(String encoded);
47
48 String decodeToString(String encoded);
49}

Callers 13

decodeMethod · 0.65
decodeToStringMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
signWithMethod · 0.65
decodeMethod · 0.65
setSigningKeyMethod · 0.65
applyFromMethod · 0.65
decodeMethod · 0.65
applyFromMethod · 0.65
eofMethod · 0.65
writeMethod · 0.65

Implementers 1

AbstractTextCodecimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by 1

decodeMethod · 0.52