Before you begin
Before you begin this task, you must configure the key information that is referenced by the key information references in the encryption information panel. For more information, see Configuring the key information for the consumer binding on the application level.Why and when to perform this task
This task provides the steps that are needed for configuring the encryption information for the request consumer (server side) and response consumer (client side) bindings at the application level. The encryption information on the consumer side is used for decrypting the encrypted message parts in the incoming Simple Object Access Protocol (SOAP) message.Complete the following steps to configure the encryption information for the request consumer or response consumer section of the bindings file on the application level:
Steps for this task
To use this algorithm, you must download the unrestricted Java Cryptography Extension (JCE) policy file from the following Web site: http://www.ibm.com/developerworks/java/jdk/security/index.html.
To use this algorithm, you must download the unrestricted Java Cryptography Extension (JCE) policy file from the following Web site: http://www.ibm.com/developerworks/java/jdk/security/index.html.
The data encryption algorithm that you select for the consumer side must match the data encryption method that you select for the generator side.
To use the http://www.w3.org/2001/04/xmlenc#aes256-cbc algorithm, you must download the unrestricted Java Cryptography Extension (JCE) policy file from the following Web site: http://www.ibm.com/developerworks/java/jdk/security/index.html.
To use the http://www.w3.org/2001/04/xmlenc#kw-aes192 algorithm, you must download the unrestricted Java Cryptography Extension (JCE) policy file from the following Web site: http://www.ibm.com/developerworks/java/jdk/security/index.html.
The key encryption algorithm that you select for the consumer side must match the key encryption method that you select for the generator side.
<encryptionKeyInfo xmi:id="EncryptionKeyInfo_1085092248843" keyinfoRef="dec_keyinfo” name="con_ekeyinfo"/>
Result
You have configured the encryption information for the consumer binding at the application levelWhat to do next
You must specify a similar encryption information configuration for the generator.Related tasks
Configuring the encryption information for the generator binding on
the application level
Configuring the key information for the consumer binding on the application
level