修改PBCAgent2G
This commit is contained in:
parent
4d973c4ab3
commit
9846ff13f7
@ -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) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user