运行报错 java.security.NoSuchAlgorithmException: FIPS186PRNG SecureRandom not available java.lang.Exception: java.security.NoSuchAlgorithmException: FIPS186PRNG SecureRandom not available at BrightmailEncrypt.<init>(BrightmailEncrypt.java:33) at BrightmailEncrypt.encrypt(BrightmailEncrypt.java:59) at BrightmailEncrypt.main(BrightmailEncrypt.java:77) Caused by: java.security.NoSuchAlgorithmException: FIPS186PRNG SecureRandom not available at sun.security.jca.GetInstance.getInstance(GetInstance.java:159) at java.security.SecureRandom.getInstance(SecureRandom.java:288) at BrightmailEncrypt.<init>(BrightmailEncrypt.java:22) ... 2 more