How to encrypt SOAP messages manually?

后端 未结 2 457
失恋的感觉
失恋的感觉 2021-01-11 14:08

I use JBoss 4.2.3.GA. In previous task I\'ve used base encryption mechanism which JBoss supports (WS-Security). I.e. I used keystore, truststore files for encryption and sig

2条回答
  •  再見小時候
    2021-01-11 14:30

    1&2: Defining keystore for jboss:

    
      WEB-INF/wsse.keystore
      jbossws
      WEB-INF/wsse.truststore
     jbossws
      
         
         
            
            
         
    
    

    3: Encryption replacement (and manual too) example described here for axis2: http://www.javaranch.com/journal/2008/10/web-service-security-encryption-axis2.html

提交回复
热议问题