bouncycastle + JBoss AS7: JCE cannot authenticate the provider BC

后端 未结 5 580
一向
一向 2020-12-05 00:30

I use BouncyCastle for encryption in my application. When I run it standalone, everything works fine. However, if I put it in the webapp and deploy on JBoss server, I get a

5条回答
  •  眼角桃花
    2020-12-05 01:12

    For those who don't want to change server level config,

      
         
            
               
            
         
      
    

    adding the bouncy castle jars with use-physical-code-source worked for me

提交回复
热议问题