chenjiahe
2022-08-19 e7c3ff19f5abea1f1510503b46f99c6ad3870410
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;