今天做畅购项目使用简单的JWS做token时候报错
Exception in thread "main" java.lang.IllegalArgumentException: Base64-encoded key bytes may only be specified for HMAC signatures. If using RSA or Elliptic Curve, use the signWith(SignatureAlgorithm, Key) method instead.
查看为加密不大支持
后将加密算法由
后将加密算法由ES265 改为了HS265后正确的拿到了token