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)
| 419 | * @since 0.12.0 |
| 420 | */ |
| 421 | Jwe<Claims> parseEncryptedClaims(CharSequence jwe) throws JwtException, IllegalArgumentException; |
| 422 | } |
no outgoing calls