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)
| 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 |
no outgoing calls