/lib/bouncycastle/docs/org/bouncycastle/jce/provider/JCEDHPrivateKey.html

https://bitbucket.org/arkban/somersault · HTML · 423 lines · 354 code · 47 blank · 22 comment · 0 complexity · 51ae0f0df754bd879799eff031c73841 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.6.0) on Mon Jan 11 13:46:37 EST 2010 -->
  6. <TITLE>
  7. JCEDHPrivateKey (Bouncy Castle Library 1.45 API Specification)
  8. </TITLE>
  9. <META NAME="date" CONTENT="2010-01-11">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
  11. <SCRIPT type="text/javascript">
  12. function windowTitle()
  13. {
  14. if (location.href.indexOf('is-external=true') == -1) {
  15. parent.document.title="JCEDHPrivateKey (Bouncy Castle Library 1.45 API Specification)";
  16. }
  17. }
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. </NOSCRIPT>
  21. </HEAD>
  22. <BODY BGCOLOR="white" onload="windowTitle();">
  23. <HR>
  24. <!-- ========= START OF TOP NAVBAR ======= -->
  25. <A NAME="navbar_top"><!-- --></A>
  26. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  27. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  28. <TR>
  29. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  30. <A NAME="navbar_top_firstrow"><!-- --></A>
  31. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  32. <TR ALIGN="center" VALIGN="top">
  33. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  40. </TR>
  41. </TABLE>
  42. </TD>
  43. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  44. <b>Bouncy Castle Cryptography Library 1.45</b></EM>
  45. </TD>
  46. </TR>
  47. <TR>
  48. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  49. &nbsp;<A HREF="../../../../org/bouncycastle/jce/provider/JCEDHKeyAgreement.html" title="class in org.bouncycastle.jce.provider"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPublicKey.html" title="class in org.bouncycastle.jce.provider"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?org/bouncycastle/jce/provider/JCEDHPrivateKey.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="JCEDHPrivateKey.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  54. &nbsp;<SCRIPT type="text/javascript">
  55. <!--
  56. if(window==top) {
  57. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  58. }
  59. //-->
  60. </SCRIPT>
  61. <NOSCRIPT>
  62. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  63. </NOSCRIPT>
  64. </FONT></TD>
  65. </TR>
  66. <TR>
  67. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  68. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  69. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  70. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  71. </TR>
  72. </TABLE>
  73. <A NAME="skip-navbar_top"></A>
  74. <!-- ========= END OF TOP NAVBAR ========= -->
  75. <HR>
  76. <!-- ======== START OF CLASS DATA ======== -->
  77. <H2>
  78. <FONT SIZE="-1">
  79. org.bouncycastle.jce.provider</FONT>
  80. <BR>
  81. Class JCEDHPrivateKey</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.bouncycastle.jce.provider.JCEDHPrivateKey</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.security.Key, java.security.PrivateKey, javax.crypto.interfaces.DHKey, javax.crypto.interfaces.DHPrivateKey, <A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html" title="interface in org.bouncycastle.jce.interfaces">PKCS12BagAttributeCarrier</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>JCEDHPrivateKey</B><DT>extends java.lang.Object<DT>implements javax.crypto.interfaces.DHPrivateKey, <A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html" title="interface in org.bouncycastle.jce.interfaces">PKCS12BagAttributeCarrier</A></DL>
  92. </PRE>
  93. <P>
  94. <DL>
  95. <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.bouncycastle.jce.provider.JCEDHPrivateKey">Serialized Form</A></DL>
  96. <HR>
  97. <P>
  98. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  99. <A NAME="constructor_summary"><!-- --></A>
  100. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  101. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  102. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  103. <B>Constructor Summary</B></FONT></TH>
  104. </TR>
  105. <TR BGCOLOR="white" CLASS="TableRowColor">
  106. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  107. <CODE>protected </CODE></FONT></TD>
  108. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#JCEDHPrivateKey()">JCEDHPrivateKey</A></B>()</CODE>
  109. <BR>
  110. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  111. </TR>
  112. </TABLE>
  113. &nbsp;
  114. <!-- ========== METHOD SUMMARY =========== -->
  115. <A NAME="method_summary"><!-- --></A>
  116. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  117. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  118. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  119. <B>Method Summary</B></FONT></TH>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  123. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  124. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getAlgorithm()">getAlgorithm</A></B>()</CODE>
  125. <BR>
  126. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  127. </TR>
  128. <TR BGCOLOR="white" CLASS="TableRowColor">
  129. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  130. <CODE>&nbsp;<A HREF="../../../../org/bouncycastle/asn1/DEREncodable.html" title="interface in org.bouncycastle.asn1">DEREncodable</A></CODE></FONT></TD>
  131. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier)">getBagAttribute</A></B>(<A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A>&nbsp;oid)</CODE>
  132. <BR>
  133. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  137. <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
  138. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getBagAttributeKeys()">getBagAttributeKeys</A></B>()</CODE>
  139. <BR>
  140. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  144. <CODE>&nbsp;byte[]</CODE></FONT></TD>
  145. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getEncoded()">getEncoded</A></B>()</CODE>
  146. <BR>
  147. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a PKCS8 representation of the key.</TD>
  148. </TR>
  149. <TR BGCOLOR="white" CLASS="TableRowColor">
  150. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  151. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  152. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getFormat()">getFormat</A></B>()</CODE>
  153. <BR>
  154. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the encoding format we produce in getEncoded().</TD>
  155. </TR>
  156. <TR BGCOLOR="white" CLASS="TableRowColor">
  157. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  158. <CODE>&nbsp;javax.crypto.spec.DHParameterSpec</CODE></FONT></TD>
  159. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getParams()">getParams</A></B>()</CODE>
  160. <BR>
  161. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  162. </TR>
  163. <TR BGCOLOR="white" CLASS="TableRowColor">
  164. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  165. <CODE>&nbsp;java.math.BigInteger</CODE></FONT></TD>
  166. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#getX()">getX</A></B>()</CODE>
  167. <BR>
  168. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  169. </TR>
  170. <TR BGCOLOR="white" CLASS="TableRowColor">
  171. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  172. <CODE>&nbsp;void</CODE></FONT></TD>
  173. <TD><CODE><B><A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPrivateKey.html#setBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DEREncodable)">setBagAttribute</A></B>(<A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A>&nbsp;oid,
  174. <A HREF="../../../../org/bouncycastle/asn1/DEREncodable.html" title="interface in org.bouncycastle.asn1">DEREncodable</A>&nbsp;attribute)</CODE>
  175. <BR>
  176. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  177. </TR>
  178. </TABLE>
  179. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  180. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  181. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  182. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  183. </TR>
  184. <TR BGCOLOR="white" CLASS="TableRowColor">
  185. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  186. </TR>
  187. </TABLE>
  188. &nbsp;
  189. <P>
  190. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  191. <A NAME="constructor_detail"><!-- --></A>
  192. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  193. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  194. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  195. <B>Constructor Detail</B></FONT></TH>
  196. </TR>
  197. </TABLE>
  198. <A NAME="JCEDHPrivateKey()"><!-- --></A><H3>
  199. JCEDHPrivateKey</H3>
  200. <PRE>
  201. protected <B>JCEDHPrivateKey</B>()</PRE>
  202. <DL>
  203. </DL>
  204. <!-- ============ METHOD DETAIL ========== -->
  205. <A NAME="method_detail"><!-- --></A>
  206. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  207. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  208. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  209. <B>Method Detail</B></FONT></TH>
  210. </TR>
  211. </TABLE>
  212. <A NAME="getAlgorithm()"><!-- --></A><H3>
  213. getAlgorithm</H3>
  214. <PRE>
  215. public java.lang.String <B>getAlgorithm</B>()</PRE>
  216. <DL>
  217. <DD><DL>
  218. <DT><B>Specified by:</B><DD><CODE>getAlgorithm</CODE> in interface <CODE>java.security.Key</CODE></DL>
  219. </DD>
  220. <DD><DL>
  221. </DL>
  222. </DD>
  223. </DL>
  224. <HR>
  225. <A NAME="getFormat()"><!-- --></A><H3>
  226. getFormat</H3>
  227. <PRE>
  228. public java.lang.String <B>getFormat</B>()</PRE>
  229. <DL>
  230. <DD>return the encoding format we produce in getEncoded().
  231. <P>
  232. <DD><DL>
  233. <DT><B>Specified by:</B><DD><CODE>getFormat</CODE> in interface <CODE>java.security.Key</CODE></DL>
  234. </DD>
  235. <DD><DL>
  236. <DT><B>Returns:</B><DD>the string "PKCS#8"</DL>
  237. </DD>
  238. </DL>
  239. <HR>
  240. <A NAME="getEncoded()"><!-- --></A><H3>
  241. getEncoded</H3>
  242. <PRE>
  243. public byte[] <B>getEncoded</B>()</PRE>
  244. <DL>
  245. <DD>Return a PKCS8 representation of the key. The sequence returned
  246. represents a full PrivateKeyInfo object.
  247. <P>
  248. <DD><DL>
  249. <DT><B>Specified by:</B><DD><CODE>getEncoded</CODE> in interface <CODE>java.security.Key</CODE></DL>
  250. </DD>
  251. <DD><DL>
  252. <DT><B>Returns:</B><DD>a PKCS8 representation of the key.</DL>
  253. </DD>
  254. </DL>
  255. <HR>
  256. <A NAME="getParams()"><!-- --></A><H3>
  257. getParams</H3>
  258. <PRE>
  259. public javax.crypto.spec.DHParameterSpec <B>getParams</B>()</PRE>
  260. <DL>
  261. <DD><DL>
  262. <DT><B>Specified by:</B><DD><CODE>getParams</CODE> in interface <CODE>javax.crypto.interfaces.DHKey</CODE></DL>
  263. </DD>
  264. <DD><DL>
  265. </DL>
  266. </DD>
  267. </DL>
  268. <HR>
  269. <A NAME="getX()"><!-- --></A><H3>
  270. getX</H3>
  271. <PRE>
  272. public java.math.BigInteger <B>getX</B>()</PRE>
  273. <DL>
  274. <DD><DL>
  275. <DT><B>Specified by:</B><DD><CODE>getX</CODE> in interface <CODE>javax.crypto.interfaces.DHPrivateKey</CODE></DL>
  276. </DD>
  277. <DD><DL>
  278. </DL>
  279. </DD>
  280. </DL>
  281. <HR>
  282. <A NAME="setBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DEREncodable)"><!-- --></A><H3>
  283. setBagAttribute</H3>
  284. <PRE>
  285. public void <B>setBagAttribute</B>(<A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A>&nbsp;oid,
  286. <A HREF="../../../../org/bouncycastle/asn1/DEREncodable.html" title="interface in org.bouncycastle.asn1">DEREncodable</A>&nbsp;attribute)</PRE>
  287. <DL>
  288. <DD><DL>
  289. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html#setBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DEREncodable)">setBagAttribute</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html" title="interface in org.bouncycastle.jce.interfaces">PKCS12BagAttributeCarrier</A></CODE></DL>
  290. </DD>
  291. <DD><DL>
  292. </DL>
  293. </DD>
  294. </DL>
  295. <HR>
  296. <A NAME="getBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier)"><!-- --></A><H3>
  297. getBagAttribute</H3>
  298. <PRE>
  299. public <A HREF="../../../../org/bouncycastle/asn1/DEREncodable.html" title="interface in org.bouncycastle.asn1">DEREncodable</A> <B>getBagAttribute</B>(<A HREF="../../../../org/bouncycastle/asn1/DERObjectIdentifier.html" title="class in org.bouncycastle.asn1">DERObjectIdentifier</A>&nbsp;oid)</PRE>
  300. <DL>
  301. <DD><DL>
  302. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html#getBagAttribute(org.bouncycastle.asn1.DERObjectIdentifier)">getBagAttribute</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html" title="interface in org.bouncycastle.jce.interfaces">PKCS12BagAttributeCarrier</A></CODE></DL>
  303. </DD>
  304. <DD><DL>
  305. </DL>
  306. </DD>
  307. </DL>
  308. <HR>
  309. <A NAME="getBagAttributeKeys()"><!-- --></A><H3>
  310. getBagAttributeKeys</H3>
  311. <PRE>
  312. public java.util.Enumeration <B>getBagAttributeKeys</B>()</PRE>
  313. <DL>
  314. <DD><DL>
  315. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html#getBagAttributeKeys()">getBagAttributeKeys</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.html" title="interface in org.bouncycastle.jce.interfaces">PKCS12BagAttributeCarrier</A></CODE></DL>
  316. </DD>
  317. <DD><DL>
  318. </DL>
  319. </DD>
  320. </DL>
  321. <!-- ========= END OF CLASS DATA ========= -->
  322. <HR>
  323. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  324. <A NAME="navbar_bottom"><!-- --></A>
  325. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  326. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  327. <TR>
  328. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  329. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  330. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  331. <TR ALIGN="center" VALIGN="top">
  332. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  333. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  334. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  335. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  336. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  337. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  338. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  339. </TR>
  340. </TABLE>
  341. </TD>
  342. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  343. <b>Bouncy Castle Cryptography Library 1.45</b></EM>
  344. </TD>
  345. </TR>
  346. <TR>
  347. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  348. &nbsp;<A HREF="../../../../org/bouncycastle/jce/provider/JCEDHKeyAgreement.html" title="class in org.bouncycastle.jce.provider"><B>PREV CLASS</B></A>&nbsp;
  349. &nbsp;<A HREF="../../../../org/bouncycastle/jce/provider/JCEDHPublicKey.html" title="class in org.bouncycastle.jce.provider"><B>NEXT CLASS</B></A></FONT></TD>
  350. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  351. <A HREF="../../../../index.html?org/bouncycastle/jce/provider/JCEDHPrivateKey.html" target="_top"><B>FRAMES</B></A> &nbsp;
  352. &nbsp;<A HREF="JCEDHPrivateKey.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  353. &nbsp;<SCRIPT type="text/javascript">
  354. <!--
  355. if(window==top) {
  356. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  357. }
  358. //-->
  359. </SCRIPT>
  360. <NOSCRIPT>
  361. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  362. </NOSCRIPT>
  363. </FONT></TD>
  364. </TR>
  365. <TR>
  366. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  367. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  368. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  369. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  370. </TR>
  371. </TABLE>
  372. <A NAME="skip-navbar_bottom"></A>
  373. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  374. <HR>
  375. </BODY>
  376. </HTML>