fwq
2023-02-03 8c12bbbf711732e52e322fe7d8b95f9f887513d5
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;