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

Method parseSignedContent

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

Parses the jws argument, expected to be a cryptographically-signed content JWS. If the JWS creator set the (optional) Header#getContentType() contentType header value, the application may inspect that value to determine how to convert the byte array to the final content type as desir

(CharSequence jws)

Source from the content-addressed store, hash-verified

266 * @since 0.12.0
267 */
268 Jws<byte[]> parseSignedContent(CharSequence jws) throws JwtException, IllegalArgumentException;
269
270 /**
271 * Parses a JWS known to use the

Callers 2

testExampleJwsHSMethod · 0.65

Implementers 1

DefaultJwtParserimpl/src/main/java/io/jsonwebtoken/imp

Calls

no outgoing calls

Tested by 2

testExampleJwsHSMethod · 0.52