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

Method parseEncryptedClaims

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

Parses the jwe argument, expected to be an encrypted Claims JWE. This is a convenience method logically equivalent to the following: #parse(CharSequence) parse(jwe).Jwt#accept(JwtVisitor) accept(Jwe#CLAIMS); @param jwe a

(CharSequence jwe)

Source from the content-addressed store, hash-verified

419 * @since 0.12.0
420 */
421 Jwe<Claims> parseEncryptedClaims(CharSequence jwe) throws JwtException, IllegalArgumentException;
422}

Callers 4

testExampleJweRSAMethod · 0.65
testExampleJweAESKWMethod · 0.65
testExampleJweECDHESMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 4

testExampleJweRSAMethod · 0.52
testExampleJweAESKWMethod · 0.52
testExampleJweECDHESMethod · 0.52