Hi, search the mailing list archive for "How to sign/encrypt a SOAP message? / Where is the documentation?" and look at the test cases here http://svn.apache.org/viewvc/webservices/wss4j/trunk/test/wssec/.
There is no documentation available! Also public/private key encryption seems to be unusual for web service security. The approach is to encrypt the parts of the SOAP message with a symmetric encryption algorithm and than encrypt the symmetric key using public/private key pair as described in: - http://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf - http://www.w3.org/TR/xmlenc-core/ regards robert 2008/7/11 Jack Kanimea <[EMAIL PROTECTED]>: > Hi, > Was wondering if anyone may have a example of using public/private key > encryption using wss4j. > > regards, > Jack > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
