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