|
@@ -31,7 +31,7 @@ public class RsaUtils {
|
|
KeyPairInfo keyPair = getKeyPair();
|
|
KeyPairInfo keyPair = getKeyPair();
|
|
String publicKey = keyPair.getPublicKey();
|
|
String publicKey = keyPair.getPublicKey();
|
|
String privateKey = keyPair.getPrivateKey();
|
|
String privateKey = keyPair.getPrivateKey();
|
|
- String appId = "fusion";
|
|
|
|
|
|
+ String appId = "cs";
|
|
System.out.println(appId+":");
|
|
System.out.println(appId+":");
|
|
System.out.println("appId:"+ MD5.create().digestHex(appId));
|
|
System.out.println("appId:"+ MD5.create().digestHex(appId));
|
|
System.out.println("公钥:"+publicKey);
|
|
System.out.println("公钥:"+publicKey);
|