标签: hash rsa bouncycastle sign sha
我正在将Java中的安全提供程序更改为BouncyCastle Provider,现在我有一个例外,即BouncyCastle Provider中不存在签名算法NONEwithRSA。
NONEwithRSA
我通过JcaContentSignerBuilder使用它。
JcaContentSignerBuilder
是否有任何理由没有这样的算法,有没有办法如何使用BouncyCastle Provider处理它?我在外部提供哈希函数,我只需要在其上使用RSA。