如何将ASCII编码RSA公钥转换为publickey对象
如何将ASCII编码RSA公钥转换为publickey对象
日期:2021-05-01 12:53:12 人气:1
基本代码是这样的,但是你贴出来的那个公钥有问题,解析不了。我用随机产生的公钥是可以还原的。
import java.security.KeyFactory;
import java.security.PublicKey;
import java.security.spec.KeySpec;
import java.security.spec.X509EncodedKeySpec;
public class Cert {
import java.security.KeyFactory;
import java.security.PublicKey;
import java.security.spec.KeySpec;
import java.security.spec.X509EncodedKeySpec;
public class Cert {