FIPS 140アルゴリズム使用時のjava.security.NoSuchAlgorithmException

FIPS 140アルゴリズムを使用する場合には、次に示すエラー・メッセージが表示される場合があります。

java.security.NoSuchAlgorithmException: Cannot find any provider 
supporting RSA/ECB/OAEPWithSHA-1AndMGF1Padding 
at javax.crypto.Cipher.getInstance(Cipher.java:529) 

これは既知の問題です。ユーザーによる処置は必要ありません。