Commit 14d2969e authored by liqin's avatar liqin 💬

bug fixed

parent bc94e8e2
......@@ -32,8 +32,6 @@ public final class RSAUtils {
/**
* 生成公、私钥
* 根据需要返回String或byte[]类型
*
* @return
*/
public static ArrayList<String> createRSAKeys() {
ArrayList<String> array = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment