chenjiahe
2022-04-11 bf409152cc3ec4cdad0ad92e9378060b054c3328
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;