RSA加载密钥问题

服务器提供了公钥publicKey字符串,怎们从其中拿到modulus和指数

阅读 2.8k
1 个回答

把字符串还原成RSAPublicKey, RSAPublicKey的getModulus()和getPublicExponent()即是你想要的

推荐问题