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

Method decode

api/src/main/java/io/jsonwebtoken/io/Decoder.java:34–34  ·  view source on GitHub ↗

Convert the specified encoded data value into the desired data type. @param t the encoded data @return the resulting expected data @throws DecodingException if there is a problem during decoding.

(T t)

Source from the content-addressed store, hash-verified

32 * @throws DecodingException if there is a problem during decoding.
33 */
34 R decode(T t) throws DecodingException;
35}

Callers 1

decodeMethod · 0.65

Implementers 9

Base64UrlCodecimpl/src/main/java/io/jsonwebtoken/imp
Base64Codecimpl/src/main/java/io/jsonwebtoken/imp
AndroidBase64Codecimpl/src/main/java/io/jsonwebtoken/imp
DefaultJwtParserimpl/src/main/java/io/jsonwebtoken/imp
Base64Codecimpl/src/main/java/io/jsonwebtoken/imp
DelegateStringDecoderimpl/src/main/java/io/jsonwebtoken/imp
BaseNCodecimpl/src/main/java/io/jsonwebtoken/imp
ExceptionPropagatingDecoderapi/src/main/java/io/jsonwebtoken/io/E
Base64Decoderapi/src/main/java/io/jsonwebtoken/io/B

Calls

no outgoing calls

Tested by

no test coverage detected