/lib/bouncycastle/docs/org/bouncycastle/jce/provider/util/NullDigest.html

https://bitbucket.org/arkban/somersault · HTML · 393 lines · 328 code · 43 blank · 22 comment · 0 complexity · 11642eeb02a9079fd19c0e646a700019 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:41 EST 2010 -->
  6. <TITLE>
  7. NullDigest (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="NullDigest (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;PREV CLASS&nbsp;
  50. &nbsp;NEXT CLASS</FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../../index.html?org/bouncycastle/jce/provider/util/NullDigest.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="NullDigest.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.util</FONT>
  80. <BR>
  81. Class NullDigest</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.bouncycastle.jce.provider.util.NullDigest</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>NullDigest</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></DL>
  92. </PRE>
  93. <P>
  94. <HR>
  95. <P>
  96. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  97. <A NAME="constructor_summary"><!-- --></A>
  98. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  99. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  100. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  101. <B>Constructor Summary</B></FONT></TH>
  102. </TR>
  103. <TR BGCOLOR="white" CLASS="TableRowColor">
  104. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#NullDigest()">NullDigest</A></B>()</CODE>
  105. <BR>
  106. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  107. </TR>
  108. </TABLE>
  109. &nbsp;
  110. <!-- ========== METHOD SUMMARY =========== -->
  111. <A NAME="method_summary"><!-- --></A>
  112. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  113. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  114. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  115. <B>Method Summary</B></FONT></TH>
  116. </TR>
  117. <TR BGCOLOR="white" CLASS="TableRowColor">
  118. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  119. <CODE>&nbsp;int</CODE></FONT></TD>
  120. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#doFinal(byte[], int)">doFinal</A></B>(byte[]&nbsp;out,
  121. int&nbsp;outOff)</CODE>
  122. <BR>
  123. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;close the digest, producing the final digest value.</TD>
  124. </TR>
  125. <TR BGCOLOR="white" CLASS="TableRowColor">
  126. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  127. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  128. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#getAlgorithmName()">getAlgorithmName</A></B>()</CODE>
  129. <BR>
  130. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the algorithm name</TD>
  131. </TR>
  132. <TR BGCOLOR="white" CLASS="TableRowColor">
  133. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  134. <CODE>&nbsp;int</CODE></FONT></TD>
  135. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#getDigestSize()">getDigestSize</A></B>()</CODE>
  136. <BR>
  137. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return the size, in bytes, of the digest produced by this message digest.</TD>
  138. </TR>
  139. <TR BGCOLOR="white" CLASS="TableRowColor">
  140. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  141. <CODE>&nbsp;void</CODE></FONT></TD>
  142. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#reset()">reset</A></B>()</CODE>
  143. <BR>
  144. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reset the digest back to it's initial state.</TD>
  145. </TR>
  146. <TR BGCOLOR="white" CLASS="TableRowColor">
  147. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  148. <CODE>&nbsp;void</CODE></FONT></TD>
  149. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#update(byte)">update</A></B>(byte&nbsp;in)</CODE>
  150. <BR>
  151. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update the message digest with a single byte.</TD>
  152. </TR>
  153. <TR BGCOLOR="white" CLASS="TableRowColor">
  154. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  155. <CODE>&nbsp;void</CODE></FONT></TD>
  156. <TD><CODE><B><A HREF="../../../../../org/bouncycastle/jce/provider/util/NullDigest.html#update(byte[], int, int)">update</A></B>(byte[]&nbsp;in,
  157. int&nbsp;inOff,
  158. int&nbsp;len)</CODE>
  159. <BR>
  160. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;update the message digest with a block of bytes.</TD>
  161. </TR>
  162. </TABLE>
  163. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  164. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  165. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  166. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  167. </TR>
  168. <TR BGCOLOR="white" CLASS="TableRowColor">
  169. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  170. </TR>
  171. </TABLE>
  172. &nbsp;
  173. <P>
  174. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  175. <A NAME="constructor_detail"><!-- --></A>
  176. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  177. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  178. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  179. <B>Constructor Detail</B></FONT></TH>
  180. </TR>
  181. </TABLE>
  182. <A NAME="NullDigest()"><!-- --></A><H3>
  183. NullDigest</H3>
  184. <PRE>
  185. public <B>NullDigest</B>()</PRE>
  186. <DL>
  187. </DL>
  188. <!-- ============ METHOD DETAIL ========== -->
  189. <A NAME="method_detail"><!-- --></A>
  190. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  191. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  192. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  193. <B>Method Detail</B></FONT></TH>
  194. </TR>
  195. </TABLE>
  196. <A NAME="getAlgorithmName()"><!-- --></A><H3>
  197. getAlgorithmName</H3>
  198. <PRE>
  199. public java.lang.String <B>getAlgorithmName</B>()</PRE>
  200. <DL>
  201. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#getAlgorithmName()">Digest</A></CODE></B></DD>
  202. <DD>return the algorithm name
  203. <P>
  204. <DD><DL>
  205. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#getAlgorithmName()">getAlgorithmName</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  206. </DD>
  207. <DD><DL>
  208. <DT><B>Returns:</B><DD>the algorithm name</DL>
  209. </DD>
  210. </DL>
  211. <HR>
  212. <A NAME="getDigestSize()"><!-- --></A><H3>
  213. getDigestSize</H3>
  214. <PRE>
  215. public int <B>getDigestSize</B>()</PRE>
  216. <DL>
  217. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#getDigestSize()">Digest</A></CODE></B></DD>
  218. <DD>return the size, in bytes, of the digest produced by this message digest.
  219. <P>
  220. <DD><DL>
  221. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#getDigestSize()">getDigestSize</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  222. </DD>
  223. <DD><DL>
  224. <DT><B>Returns:</B><DD>the size, in bytes, of the digest produced by this message digest.</DL>
  225. </DD>
  226. </DL>
  227. <HR>
  228. <A NAME="update(byte)"><!-- --></A><H3>
  229. update</H3>
  230. <PRE>
  231. public void <B>update</B>(byte&nbsp;in)</PRE>
  232. <DL>
  233. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#update(byte)">Digest</A></CODE></B></DD>
  234. <DD>update the message digest with a single byte.
  235. <P>
  236. <DD><DL>
  237. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#update(byte)">update</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  238. </DD>
  239. <DD><DL>
  240. <DT><B>Parameters:</B><DD><CODE>in</CODE> - the input byte to be entered.</DL>
  241. </DD>
  242. </DL>
  243. <HR>
  244. <A NAME="update(byte[], int, int)"><!-- --></A><H3>
  245. update</H3>
  246. <PRE>
  247. public void <B>update</B>(byte[]&nbsp;in,
  248. int&nbsp;inOff,
  249. int&nbsp;len)</PRE>
  250. <DL>
  251. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#update(byte[], int, int)">Digest</A></CODE></B></DD>
  252. <DD>update the message digest with a block of bytes.
  253. <P>
  254. <DD><DL>
  255. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#update(byte[], int, int)">update</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  256. </DD>
  257. <DD><DL>
  258. <DT><B>Parameters:</B><DD><CODE>in</CODE> - the byte array containing the data.<DD><CODE>inOff</CODE> - the offset into the byte array where the data starts.<DD><CODE>len</CODE> - the length of the data.</DL>
  259. </DD>
  260. </DL>
  261. <HR>
  262. <A NAME="doFinal(byte[], int)"><!-- --></A><H3>
  263. doFinal</H3>
  264. <PRE>
  265. public int <B>doFinal</B>(byte[]&nbsp;out,
  266. int&nbsp;outOff)</PRE>
  267. <DL>
  268. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#doFinal(byte[], int)">Digest</A></CODE></B></DD>
  269. <DD>close the digest, producing the final digest value. The doFinal
  270. call leaves the digest reset.
  271. <P>
  272. <DD><DL>
  273. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#doFinal(byte[], int)">doFinal</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  274. </DD>
  275. <DD><DL>
  276. <DT><B>Parameters:</B><DD><CODE>out</CODE> - the array the digest is to be copied into.<DD><CODE>outOff</CODE> - the offset into the out array the digest is to start at.</DL>
  277. </DD>
  278. </DL>
  279. <HR>
  280. <A NAME="reset()"><!-- --></A><H3>
  281. reset</H3>
  282. <PRE>
  283. public void <B>reset</B>()</PRE>
  284. <DL>
  285. <DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#reset()">Digest</A></CODE></B></DD>
  286. <DD>reset the digest back to it's initial state.
  287. <P>
  288. <DD><DL>
  289. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html#reset()">reset</A></CODE> in interface <CODE><A HREF="../../../../../org/bouncycastle/crypto/Digest.html" title="interface in org.bouncycastle.crypto">Digest</A></CODE></DL>
  290. </DD>
  291. <DD><DL>
  292. </DL>
  293. </DD>
  294. </DL>
  295. <!-- ========= END OF CLASS DATA ========= -->
  296. <HR>
  297. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  298. <A NAME="navbar_bottom"><!-- --></A>
  299. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  300. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  301. <TR>
  302. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  303. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  304. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  305. <TR ALIGN="center" VALIGN="top">
  306. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  307. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  308. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  309. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  310. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  311. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  312. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  313. </TR>
  314. </TABLE>
  315. </TD>
  316. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  317. <b>Bouncy Castle Cryptography Library 1.45</b></EM>
  318. </TD>
  319. </TR>
  320. <TR>
  321. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  322. &nbsp;PREV CLASS&nbsp;
  323. &nbsp;NEXT CLASS</FONT></TD>
  324. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  325. <A HREF="../../../../../index.html?org/bouncycastle/jce/provider/util/NullDigest.html" target="_top"><B>FRAMES</B></A> &nbsp;
  326. &nbsp;<A HREF="NullDigest.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  327. &nbsp;<SCRIPT type="text/javascript">
  328. <!--
  329. if(window==top) {
  330. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  331. }
  332. //-->
  333. </SCRIPT>
  334. <NOSCRIPT>
  335. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  336. </NOSCRIPT>
  337. </FONT></TD>
  338. </TR>
  339. <TR>
  340. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  341. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  342. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  343. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  344. </TR>
  345. </TABLE>
  346. <A NAME="skip-navbar_bottom"></A>
  347. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  348. <HR>
  349. </BODY>
  350. </HTML>