40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Configure Web services encryption and decryption</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="wsseccfenrypt"></a>Configure Web services encryption and decryption</h4>
|
||
|
|
||
|
<p>WebSphere Application Server - Express supports the encryption and descryption of SOAP messages. For more information, see <a href="wsseccfxmlenc.htm">XML encryption</a>.</p>
|
||
|
|
||
|
<p>To configure your Web services to encrypt and decrypt request and responses, perform the following steps:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><p><a href="wsseccfkeyloc.htm">Configure a key locator</a>
|
||
|
<br>Key locators are used to find keys for digital signature and encryption. WebSphere Application Server - Express provides default key locators that you can use with your digital signature configuration, or you can develop your own.</p></li>
|
||
|
|
||
|
<li><p><a href="wsseccfencclreq.htm">Configure the client for request encryption</a>
|
||
|
<br>Configure your Web services client to encrypt its requests to the server.</p></li>
|
||
|
|
||
|
<li><p><a href="wsseccfencclres.htm">Configure the client for response decryption</a>
|
||
|
<br>Configure your Web services client to decrypt responses that it receives from the server.</p></li>
|
||
|
|
||
|
<li><p><a href="wsseccfencsvreq.htm">Configure the server for request decryption</a>
|
||
|
<br>Configure your Web service to decrypt requests from the client.</p></li>
|
||
|
|
||
|
<li><p><a href="wsseccfencsvres.htm">Configure the server for response encryption</a>
|
||
|
<br>Configure your Web service to encrypt its requests to the client.</p></li>
|
||
|
</ol>
|
||
|
|
||
|
</body>
|
||
|
</html>
|
||
|
|