Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jwtk/jjwt
/ decode
Method
decode
impl/src/main/java/io/jsonwebtoken/impl/Base64Codec.java:32–35 ·
view source on GitHub ↗
(String encoded)
Source
from the content-addressed store, hash-verified
30
}
31
32
@Override
33
public
byte[] decode(String encoded) {
34
return
Decoders.BASE64.decode(encoded);
35
}
36
}
Callers
nothing calls this directly
Calls
1
decode
Method · 0.65
Tested by
no test coverage detected