You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
package com.ynxbd.common;
|
|
|
|
|
|
|
|
|
|
import cn.hutool.crypto.asymmetric.AsymmetricAlgorithm;
|
|
|
|
|
import cn.hutool.crypto.asymmetric.RSA;
|
|
|
|
|
import com.ynxbd.common.bean.pay.Order;
|
|
|
|
|
import com.ynxbd.common.bean.pay.Recipe;
|
|
|
|
|
import com.ynxbd.common.helper.common.JsonHelper;
|
|
|
|
|
import com.ynxbd.wx.wxfactory.AesWxHelper;
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
|
|
|
|
|
public class TestA {
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) throws Exception{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// public static void main(String[] args) throws Exception {
|
|
|
|
|
// String content = "533103198212184014";
|
|
|
|
|
// String encrypt = RSAHelper.enPKCS1Padding(content, PUB_KEY);
|
|
|
|
|
// System.out.println(HexUtil.encodeHexStr(encrypt));
|
|
|
|
|
// }
|
|
|
|
|
}
|