MCPcopy 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

toStringBuilderMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
toStringBuilderMethod · 0.65
toStringBuilderMethod · 0.65
encodeMethod · 0.65
encodeMethod · 0.65
verifySignatureMethod · 0.65
parseMethod · 0.65
toOctetStringMethod · 0.65
getEncryptionKeyMethod · 0.65
DefaultJwkThumbprintMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected