uTools-Manuals/docs/java/javax/xml/crypto/package-summary.html

187 lines
7.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<h1 class="title" title="Package">Package javax.xml.crypto</h1>
<div class="docSummary">
<div class="block">
XML加密的通用类。
</div>
</div>
<p>See: <a href="#package.description">描述</a></p>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/AlgorithmMethod.html" title="interface in javax.xml.crypto">AlgorithmMethod</a></td>
<td class="colLast">
<div class="block">
在XML安全规范中定义的算法的抽象表示。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/Data.html" title="interface in javax.xml.crypto">Data</a></td>
<td class="colLast">
<div class="block">
<span>解引用的结果的抽象表示<a href="../../../javax/xml/crypto/URIReference.html" title="javax.xml.crypto中的接口"><code>URIReference</code></a>后续的或输入/输出<a href="../../../javax/xml/crypto/dsig/Transform.html" title="javax.xml.crypto.dsig中的接口"><code>Transform</code></a>秒。</span>
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/KeySelectorResult.html" title="interface in javax.xml.crypto">KeySelectorResult</a></td>
<td class="colLast">
<div class="block">
结果由
<a href="../../../javax/xml/crypto/KeySelector.html#select-javax.xml.crypto.dsig.keyinfo.KeyInfo-javax.xml.crypto.KeySelector.Purpose-javax.xml.crypto.AlgorithmMethod-javax.xml.crypto.XMLCryptoContext-"><code>KeySelector.select</code></a>方法返回。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/NodeSetData.html" title="interface in javax.xml.crypto">NodeSetData</a></td>
<td class="colLast">
<div class="block">
包含节点集的
<code>Data</code>类型的抽象表示。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/URIDereferencer.html" title="interface in javax.xml.crypto">URIDereferencer</a></td>
<td class="colLast">
<div class="block">
<span>取消引用的<a href="../../../javax/xml/crypto/URIReference.html" title="javax.xml.crypto中的接口"><code>URIReference</code></a> s。</span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/URIReference.html" title="interface in javax.xml.crypto">URIReference</a></td>
<td class="colLast">
<div class="block">
通过URI引用来标识数据对象如RFC 2396所
<a href="http://www.ietf.org/rfc/rfc2396.txt">规定</a>
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/XMLCryptoContext.html" title="interface in javax.xml.crypto">XMLCryptoContext</a></td>
<td class="colLast">
<div class="block">
包含XML加密操作的常见上下文信息。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/XMLStructure.html" title="interface in javax.xml.crypto">XMLStructure</a></td>
<td class="colLast">
<div class="block">
来自任何命名空间的XML结构的表示。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Class Summary table, listing classes, and an explanation">
<caption>
<span>类摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/KeySelector.html" title="class in javax.xml.crypto">KeySelector</a></td>
<td class="colLast">
<div class="block">
<span>使用<a href="../../../javax/xml/crypto/dsig/keyinfo/KeyInfo.html" title="javax.xml.crypto.dsig.keyinfo中的接口"><code>KeyInfo</code></a>对象中包含的数据查找并返回键的选择器。</span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/KeySelector.Purpose.html" title="class in javax.xml.crypto">KeySelector.Purpose</a></td>
<td class="colLast">
<div class="block">
要选择的键的目的。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/OctetStreamData.html" title="class in javax.xml.crypto">OctetStreamData</a></td>
<td class="colLast">
<div class="block">
包含八位字节流的
<code>Data</code>类型的表示。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Exception Summary table, listing exceptions, and an explanation">
<caption>
<span>异常摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">异常</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/KeySelectorException.html" title="class in javax.xml.crypto">KeySelectorException</a></td>
<td class="colLast">
<div class="block">
<span>表示<code>KeySelector</code>抛出的异常<a href="../../../javax/xml/crypto/KeySelector.html" title="javax.xml.crypto中的类">情况</a></span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/MarshalException.html" title="class in javax.xml.crypto">MarshalException</a></td>
<td class="colLast">
<div class="block">
表示在XML编组或解组过程中发生的异常情况。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/NoSuchMechanismException.html" title="class in javax.xml.crypto">NoSuchMechanismException</a></td>
<td class="colLast">
<div class="block">
当请求特定的XML机制但在环境中不可用时抛出此异常。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/crypto/URIReferenceException.html" title="class in javax.xml.crypto">URIReferenceException</a></td>
<td class="colLast">
<div class="block">
<span>表示在取消引用<code>URIReference</code>时抛出异常<a href="../../../javax/xml/crypto/URIReference.html" title="javax.xml.crypto中的接口">情况</a></span>
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.xml.crypto Description">Package javax.xml.crypto Description</h2>
<div class="block">
<span>XML加密的通用类。</span>
<span>此包包括用于执行XML加密操作的常用类例如生成XML签名或加密XML数据。</span>
<h2> <span>包装规格</span> </h2>
<ul>
<li> <span><a href="http://www.w3.org/TR/xmldsig-core/">XML-Signature Syntax and Processing: W3C Recommendation</a></span> </li>
<li> <span><a href="http://www.ietf.org/rfc/rfc3275.txt">RFC 3275: XML-Signature Syntax and Processing</a></span> </li>
</ul>
<p></p>
<dl>
<dt>
<span><b>以来:</b></span>
</dt>
<dd>
<span>1.6</span>
</dd>
</dl>
</div>
</div>