mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-06 09:02:49 +08:00
118 lines
5.5 KiB
HTML
118 lines
5.5 KiB
HTML
<div class="header">
|
||
<div class="subTitle">
|
||
compact3
|
||
</div>
|
||
<div class="subTitle">
|
||
javax.xml.crypto
|
||
</div>
|
||
<h2 class="title" title="Interface URIDereferencer">Interface URIDereferencer</h2>
|
||
</div><div class="contentContainer">
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<hr/> <br/> <pre>public interface <span class="typeNameLabel">URIDereferencer</span></pre>
|
||
<div class="block">
|
||
<span><code>URIReference</code>的<a href="../../../javax/xml/crypto/URIReference.html" title="javax.xml.crypto中的接口">取消引用</a> 。</span>
|
||
<p> <span>取消引用URIReference的<code>URIReference</code>是<a href="../../../javax/xml/crypto/OctetStreamData.html" title="javax.xml.crypto中的类"><code>OctetStreamData</code></a>或<a href="../../../javax/xml/crypto/NodeSetData.html" title="javax.xml.crypto中的接口"><code>NodeSetData</code>的</a>一个实例。</span> <span>除非<code>URIReference</code>是<i>与</i> XML签名语法和处理W3C建议书第4.2节中定义的<i>同一文献参考</i> ,否则URIReference的<code>URIReference</code>结果必须为<code>OctetStreamData</code> 。</span> </p>
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="simpleTagLabel">从以下版本开始:</span>
|
||
</dt>
|
||
<dd>
|
||
1.6
|
||
</dd>
|
||
<dt>
|
||
<span class="seeLabel">另请参见:</span>
|
||
</dt>
|
||
<dd>
|
||
<a href="../../../javax/xml/crypto/XMLCryptoContext.html#setURIDereferencer-javax.xml.crypto.URIDereferencer-"><code>XMLCryptoContext.setURIDereferencer(URIDereferencer)</code></a> ,
|
||
<a href="../../../javax/xml/crypto/XMLCryptoContext.html#getURIDereferencer--"><code>XMLCryptoContext.getURIDereferencer()</code></a>
|
||
</dd>
|
||
</dl> </li>
|
||
</ul>
|
||
</div>
|
||
<div class="summary">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ========== METHOD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.summary">
|
||
<!-- --> </a> <h3>方法摘要</h3>
|
||
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
|
||
<caption>
|
||
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
|
||
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
|
||
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
|
||
</caption>
|
||
<tbody>
|
||
<tr>
|
||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
<th class="colLast" scope="col">Method and Description</th>
|
||
</tr>
|
||
<tr class="altColor" id="i0">
|
||
<td class="colFirst"><code><a href="../../../javax/xml/crypto/Data.html" title="interface in javax.xml.crypto">Data</a></code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/crypto/URIDereferencer.html#dereference-javax.xml.crypto.URIReference-javax.xml.crypto.XMLCryptoContext-">dereference</a></span>(<a href="../../../javax/xml/crypto/URIReference.html" title="interface in javax.xml.crypto">URIReference</a> uriReference, <a href="../../../javax/xml/crypto/XMLCryptoContext.html" title="interface in javax.xml.crypto">XMLCryptoContext</a> context)</code>
|
||
<div class="block">
|
||
取消引用指定的
|
||
<code>URIReference</code>并返回取消引用的数据。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
</ul> </li>
|
||
</ul>
|
||
</div>
|
||
<div class="details">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ============ METHOD DETAIL ========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.detail">
|
||
<!-- --> </a> <h3>方法详细信息</h3> <a name="dereference-javax.xml.crypto.URIReference-javax.xml.crypto.XMLCryptoContext-">
|
||
<!-- --> </a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList"> <h4>dereference</h4> <pre><a href="../../../javax/xml/crypto/Data.html" title="interface in javax.xml.crypto">Data</a> dereference(<a href="../../../javax/xml/crypto/URIReference.html" title="interface in javax.xml.crypto">URIReference</a> uriReference,
|
||
<a href="../../../javax/xml/crypto/XMLCryptoContext.html" title="interface in javax.xml.crypto">XMLCryptoContext</a> context)
|
||
throws <a href="../../../javax/xml/crypto/URIReferenceException.html" title="class in javax.xml.crypto">URIReferenceException</a></pre>
|
||
<div class="block">
|
||
取消引用指定的
|
||
<code>URIReference</code>并返回取消引用的数据。
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="paramLabel">参数</span>
|
||
</dt>
|
||
<dd>
|
||
<code>uriReference</code> -
|
||
<code>URIReference</code>
|
||
</dd>
|
||
<dd>
|
||
<span><code>context</code> - 一个<code>XMLCryptoContext</code> ,可能包含用于取消引用URI的其他有用信息。</span>
|
||
<span>如果指定,此实现应取消引用指定的URIReference <code>URIReference</code>上下文的<code>baseURI</code>参数。</span>
|
||
</dd>
|
||
<dt>
|
||
<span class="returnLabel">结果</span>
|
||
</dt>
|
||
<dd>
|
||
取消引用的数据
|
||
</dd>
|
||
<dt>
|
||
<span class="throwsLabel">异常</span>
|
||
</dt>
|
||
<dd>
|
||
<code><a href="../../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</a></code> - 如果
|
||
<code>uriReference</code>或
|
||
<code>context</code>是
|
||
<code>null</code>
|
||
</dd>
|
||
<dd>
|
||
<code><a href="../../../javax/xml/crypto/URIReferenceException.html" title="class in javax.xml.crypto">URIReferenceException</a></code> - 如果在取消引用指定的uriReference时发生
|
||
<code>uriReference</code>
|
||
</dd>
|
||
</dl> </li>
|
||
</ul> </li>
|
||
</ul> </li>
|
||
</ul>
|
||
</div>
|
||
</div> |