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/TextCodec.java:42–42 ·
view source on GitHub ↗
(String data)
Source
from the content-addressed store, hash-verified
40
TextCodec BASE64URL =
new
Base64UrlCodec();
41
42
String encode(String data);
43
44
String encode(byte[] data);
45
Callers
15
toStringBuilder
Method · 0.65
encode
Method · 0.65
encode
Method · 0.65
toStringBuilder
Method · 0.65
toStringBuilder
Method · 0.65
encode
Method · 0.65
encode
Method · 0.65
verifySignature
Method · 0.65
parse
Method · 0.65
toOctetString
Method · 0.65
getEncryptionKey
Method · 0.65
DefaultJwkThumbprint
Method · 0.65
Implementers
1
AbstractTextCodec
impl/src/main/java/io/jsonwebtoken/imp
Calls
no outgoing calls
Tested by
no test coverage detected