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

Method parseEncryptedContent

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

Parses the jwe argument, expected to be an encrypted content JWE. If the JWE 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 desired. This i

(CharSequence jwe)

Source from the content-addressed store, hash-verified

400 * @since 0.12.0
401 */
402 Jwe<byte[]> parseEncryptedContent(CharSequence jwe) throws JwtException, IllegalArgumentException;
403
404 /**
405 * Parses the {@code jwe} argument, expected to be an encrypted {@code Claims} JWE. This is a

Callers 1

testExampleJweDirMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1

testExampleJweDirMethod · 0.52