修改PBCAgent2G

This commit is contained in:
xydkj 2026-05-26 17:45:08 +08:00
parent 4d973c4ab3
commit 9846ff13f7

View File

@ -67,6 +67,19 @@ public class PBCAgent2G{
this.timeout = timeout; this.timeout = timeout;
} }
public boolean openSignServer(String ip, int port, String password){
System.out.println(ip);
System.out.println(port);
System.out.println(password);
return true;
};
public boolean[] openSignServer(String ip, String port,String password){
System.out.println(ip);
System.out.println(port);
System.out.println(password);
return new boolean[]{true};
};
public String rawSign(byte[] origBytes, String dn) { public String rawSign(byte[] origBytes, String dn) {