24 lines
1.2 KiB
HTML
24 lines
1.2 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>Trust anchors</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h6><a name="wssectrustanc"></a>Trust anchors</h6>
|
|
|
|
<p>The trust anchor stores the trusted root certificate authority (CA) certificates. The trust anchor is defined as javax.security.cert.TrustAnchor in Java CertPath API. The Java CertPath API uses the trust anchor and the certificate store to validate the incoming X.509 certificate that is embedded in the Simple Object Access Protocol (SOAP) message. For more information on the certificate store, see <a href="wsseccertstore.htm">Collection certificate store</a>.</p>
|
|
|
|
<p>The Web services security implementation in WebSphere Application Server - Express supports this trust anchor. In WebSphere Application Server - Express, the trust anchor is represented as a Java key store object. The type, path, and password of the key store are passed to the implementation through the Administration Console or by scripting.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|