83 lines
3.3 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.crypto.interfaces</h1>
<div class="docSummary">
<div class="block">
提供RSA实验室PKCS3中定义的Diffie-Hellman密钥的接口。
</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/crypto/interfaces/DHKey.html" title="interface in javax.crypto.interfaces">DHKey</a></td>
<td class="colLast">
<div class="block">
与Diffie-Hellman密钥的接口。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/crypto/interfaces/DHPrivateKey.html" title="interface in javax.crypto.interfaces">DHPrivateKey</a></td>
<td class="colLast">
<div class="block">
与Diffie-Hellman私钥的接口。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/crypto/interfaces/DHPublicKey.html" title="interface in javax.crypto.interfaces">DHPublicKey</a></td>
<td class="colLast">
<div class="block">
与Diffie-Hellman公钥的接口。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/crypto/interfaces/PBEKey.html" title="interface in javax.crypto.interfaces">PBEKey</a></td>
<td class="colLast">
<div class="block">
与PBE密钥的接口。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.crypto.interfaces Description">Package javax.crypto.interfaces Description</h2>
<div class="block">
<span>提供RSA实验室PKCS3中定义的Diffie-Hellman密钥的接口。</span>
<p> <span>请注意,这些接口仅适用于密钥实现,其密钥资料可访问和可用。</span> <span>这些接口不适用于其密钥材料驻留在不可访问的受保护存储(如硬件设备)中的密钥实现。</span> </p>
<p> <span>有关如何使用这些界面的更多开发者信息,包括有关如何为硬件设备设计<code>Key</code>类的信息,请参阅加密提供程序开发人员指南:</span> </p>
<ul>
<li> <span><a href="../../../../technotes/guides/security/crypto/HowToImplAProvider.html"><b>How to Implement a Provider for the Java<font size="-2"><sup>TM</sup></font> Cryptography Architecture </b></a></span> </li>
</ul>
<h2> <span>包装规格</span> </h2>
<ul>
<li> <span>PKCS3Diffie-Hellman Key-Agreement Standard版本1.41993年11月。</span> </li>
</ul>
<h2> <span>相关文档</span> </h2>
<span>有关进一步的文档,请参阅:</span>
<ul>
<li> <span><a href="../../../../technotes/guides/security/crypto/CryptoSpec.html"><b>Java<font size="-2"><sup>TM</sup></font> Cryptography Architecture API Specification and Reference </b></a></span> </li>
</ul>
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
1.4
</dd>
</dl>
</div>