fwq
2023-09-01 d57fc1094625792b20d5ec713bcf9dfb1901ed68
src/main/java/com/hx/util/rsa/RSAUtil.java
@@ -64,6 +64,7 @@
            byte[] bytes = cipher.doFinal(content.getBytes());
            return byte2Base64(bytes);
        } catch (Exception e) {
            e.printStackTrace();
            //logger.error("公钥加密失败{}", e);
        }
        return null;