(Jwe<byte[]> jwe)
| 35 | @SuppressWarnings("UnnecessaryModifier") |
| 36 | public static final JwtVisitor<Jwe<byte[]>> CONTENT = new SupportedJwtVisitor<Jwe<byte[]>>() { |
| 37 | @Override |
| 38 | public Jwe<byte[]> onDecryptedContent(Jwe<byte[]> jwe) { |
| 39 | return jwe; |
| 40 | } |