|
@@ -93,13 +93,17 @@ public class KeyUtils {
|
|
|
String result = BlockChainUtil.sendPostParam(protobufBean);
|
|
|
System.out.println(result);*/
|
|
|
|
|
|
- long Uid = 23233L;
|
|
|
- String random = "caoXSy856H";
|
|
|
- String publicKey = getPublicKey(getPrivateKey("123456", random));
|
|
|
- System.out.println(publicKey);
|
|
|
+// long Uid = 23233L;
|
|
|
+// String random = "caoXSy856h";
|
|
|
+// String publicKey = getPublicKey(getPrivateKey("123456", random));
|
|
|
+// System.out.println(publicKey);
|
|
|
// ProtobufBean protobufBean = ProtobufUtils.requestUserCreate(Uid,publicKey);
|
|
|
// String result = BlockChainUtil.sendPostParam(protobufBean);
|
|
|
// System.out.println(result);
|
|
|
+
|
|
|
+
|
|
|
+ String hexString2String = HexUtil.hexString2String("75736572206E6F74206578697374");
|
|
|
+ System.out.println(hexString2String);
|
|
|
|
|
|
/** 先平台初始化 **/
|
|
|
/*ProtobufBean protobufBean = ProtobufUtils.initPlatform();
|