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