您好我正在尝试在 J9 上使用 RSA。该算法由“J9JCE”提供程序提供,它是一个已安装的扩展(我列出了所有现有的提供程序和算法并找到了它们),但我得到的例外是:
Exception in thread "main" java.security.NoSuchAlgorithmException: JCE provider signer certificates not found/read
at javax.crypto.Cipher.getInstance(Cipher.java:191)
at Test.encript(Test.java:26)
at Test.main(Test.java:42)