ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/webserv/wsspscsc.htm

54 lines
2.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>SOAP signature components</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h6><A NAME="wsspscsc">SOAP signature components</A></h6>
<p>This graphic illustrates the concept of a SOAP signature:</p>
<p><img src="rzaiz525.gif" width="468" height="231" alt="How a SOAP signature works" border="0"></p>
<p>Using the SOAP transport hook, you can plug in security components, namely a <strong>signer</strong> and a <strong>verifier</strong> that has logging capability. The transport hook is called the EnvelopeEditor. A PluggableEnvelopeEditor is also provided, which allows you to plug in your security components. As illustrated, the EnvelopeEditor is encapsulated in the SOAPTransport on the client side. On the server side, EnvelopeEditor is encapsulated in RPC/MessageRouterServlet. This means the same components can be used on either the client or server.</p>
<p>See Envelope Editor for instructions on enabling and using this pluggable component.</p>
<p>When a client application sends a request, the request is signed and transmitted to the server. At the server, the request is verified and delivered to a server application or, in the case of a RPC, to a Java<sup>(TM)</sup> object. The response is processed in the same manner. The verifier component also has a logging function to log the verified messages in a file. Signatures and verifier components are configurable. You can specify encryption, digest message algorithm, certificate path policy, and other security technologies.</p>
<p>You can control and customize how the SOAP envelope performs the signature and verification processes through these components:</p>
<ul>
<li><strong><a href="wsspscsh.htm">Signature Header Handler</a></strong><br>
<ul>
<li>The Signature Header Handler is a XML-based configuration file.</li>
<li>It enables a template for &lt;SignedInfo&gt; (for customizing references, sign/hash algorithms, C14N algorithms, optional timestamp).</li>
<li>It also enables a template for &lt;KeyInfo&gt; (for customizing the public key such as X.509 certificate)</li>
</ul>
</li>
<li><strong><a href="wsspscvh.htm">Verification Header Handler</a></strong><br>
<ul>
<li>The Verification Header Handler is a XML-based configuration file.</li>
<li>It enables configurable policy (required scope of signature, trusted root, certstore, certpathchecker).</li>
<li>It enables exit for Logging (additional application specific verification) A reference implementation of logging component is also provided.</li>
</ul>
</li>
</ul>
</body>
</html>