/lib/bouncycastle/docs/org/bouncycastle/crypto/macs/GOST28147Mac.html

https://bitbucket.org/arkban/somersault · HTML · 440 lines · 372 code · 46 blank · 22 comment · 0 complexity · 4d65c3b3ca15708d83cb24df07a75963 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:36 EST 2010 -->
  6. <TITLE>
  7. GOST28147Mac (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="GOST28147Mac (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/crypto/macs/CMac.html" title="class in org.bouncycastle.crypto.macs"><B>PREV CLASS</B></A>&nbsp;
  50. &nbsp;<A HREF="../../../../org/bouncycastle/crypto/macs/HMac.html" title="class in org.bouncycastle.crypto.macs"><B>NEXT CLASS</B></A></FONT></TD>
  51. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  52. <A HREF="../../../../index.html?org/bouncycastle/crypto/macs/GOST28147Mac.html" target="_top"><B>FRAMES</B></A> &nbsp;
  53. &nbsp;<A HREF="GOST28147Mac.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.crypto.macs</FONT>
  80. <BR>
  81. Class GOST28147Mac</H2>
  82. <PRE>
  83. java.lang.Object
  84. <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.bouncycastle.crypto.macs.GOST28147Mac</B>
  85. </PRE>
  86. <DL>
  87. <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></DD>
  88. </DL>
  89. <HR>
  90. <DL>
  91. <DT><PRE>public class <B>GOST28147Mac</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></DL>
  92. </PRE>
  93. <P>
  94. implementation of GOST 28147-89 MAC
  95. <P>
  96. <P>
  97. <HR>
  98. <P>
  99. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  100. <A NAME="constructor_summary"><!-- --></A>
  101. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  102. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  103. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  104. <B>Constructor Summary</B></FONT></TH>
  105. </TR>
  106. <TR BGCOLOR="white" CLASS="TableRowColor">
  107. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#GOST28147Mac()">GOST28147Mac</A></B>()</CODE>
  108. <BR>
  109. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  110. </TR>
  111. </TABLE>
  112. &nbsp;
  113. <!-- ========== METHOD SUMMARY =========== -->
  114. <A NAME="method_summary"><!-- --></A>
  115. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  116. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  117. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  118. <B>Method Summary</B></FONT></TH>
  119. </TR>
  120. <TR BGCOLOR="white" CLASS="TableRowColor">
  121. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  122. <CODE>&nbsp;int</CODE></FONT></TD>
  123. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#doFinal(byte[], int)">doFinal</A></B>(byte[]&nbsp;out,
  124. int&nbsp;outOff)</CODE>
  125. <BR>
  126. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the final stage of the MAC writing the output to the out
  127. parameter.</TD>
  128. </TR>
  129. <TR BGCOLOR="white" CLASS="TableRowColor">
  130. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  131. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  132. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#getAlgorithmName()">getAlgorithmName</A></B>()</CODE>
  133. <BR>
  134. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the name of the algorithm the MAC implements.</TD>
  135. </TR>
  136. <TR BGCOLOR="white" CLASS="TableRowColor">
  137. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  138. <CODE>&nbsp;int</CODE></FONT></TD>
  139. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#getMacSize()">getMacSize</A></B>()</CODE>
  140. <BR>
  141. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the block size for this MAC (in bytes).</TD>
  142. </TR>
  143. <TR BGCOLOR="white" CLASS="TableRowColor">
  144. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  145. <CODE>&nbsp;void</CODE></FONT></TD>
  146. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#init(org.bouncycastle.crypto.CipherParameters)">init</A></B>(<A HREF="../../../../org/bouncycastle/crypto/CipherParameters.html" title="interface in org.bouncycastle.crypto">CipherParameters</A>&nbsp;params)</CODE>
  147. <BR>
  148. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Initialise the MAC.</TD>
  149. </TR>
  150. <TR BGCOLOR="white" CLASS="TableRowColor">
  151. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  152. <CODE>&nbsp;void</CODE></FONT></TD>
  153. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#reset()">reset</A></B>()</CODE>
  154. <BR>
  155. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reset the MAC.</TD>
  156. </TR>
  157. <TR BGCOLOR="white" CLASS="TableRowColor">
  158. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  159. <CODE>&nbsp;void</CODE></FONT></TD>
  160. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#update(byte)">update</A></B>(byte&nbsp;in)</CODE>
  161. <BR>
  162. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add a single byte to the mac for processing.</TD>
  163. </TR>
  164. <TR BGCOLOR="white" CLASS="TableRowColor">
  165. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  166. <CODE>&nbsp;void</CODE></FONT></TD>
  167. <TD><CODE><B><A HREF="../../../../org/bouncycastle/crypto/macs/GOST28147Mac.html#update(byte[], int, int)">update</A></B>(byte[]&nbsp;in,
  168. int&nbsp;inOff,
  169. int&nbsp;len)</CODE>
  170. <BR>
  171. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
  172. </TR>
  173. </TABLE>
  174. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  175. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  176. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  177. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  178. </TR>
  179. <TR BGCOLOR="white" CLASS="TableRowColor">
  180. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  181. </TR>
  182. </TABLE>
  183. &nbsp;
  184. <P>
  185. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  186. <A NAME="constructor_detail"><!-- --></A>
  187. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  188. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  189. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  190. <B>Constructor Detail</B></FONT></TH>
  191. </TR>
  192. </TABLE>
  193. <A NAME="GOST28147Mac()"><!-- --></A><H3>
  194. GOST28147Mac</H3>
  195. <PRE>
  196. public <B>GOST28147Mac</B>()</PRE>
  197. <DL>
  198. </DL>
  199. <!-- ============ METHOD DETAIL ========== -->
  200. <A NAME="method_detail"><!-- --></A>
  201. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  202. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  203. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  204. <B>Method Detail</B></FONT></TH>
  205. </TR>
  206. </TABLE>
  207. <A NAME="init(org.bouncycastle.crypto.CipherParameters)"><!-- --></A><H3>
  208. init</H3>
  209. <PRE>
  210. public void <B>init</B>(<A HREF="../../../../org/bouncycastle/crypto/CipherParameters.html" title="interface in org.bouncycastle.crypto">CipherParameters</A>&nbsp;params)
  211. throws java.lang.IllegalArgumentException</PRE>
  212. <DL>
  213. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#init(org.bouncycastle.crypto.CipherParameters)">Mac</A></CODE></B></DD>
  214. <DD>Initialise the MAC.
  215. <P>
  216. <DD><DL>
  217. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#init(org.bouncycastle.crypto.CipherParameters)">init</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  218. </DD>
  219. <DD><DL>
  220. <DT><B>Parameters:</B><DD><CODE>params</CODE> - the key and other data required by the MAC.
  221. <DT><B>Throws:</B>
  222. <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the params argument is
  223. inappropriate.</DL>
  224. </DD>
  225. </DL>
  226. <HR>
  227. <A NAME="getAlgorithmName()"><!-- --></A><H3>
  228. getAlgorithmName</H3>
  229. <PRE>
  230. public java.lang.String <B>getAlgorithmName</B>()</PRE>
  231. <DL>
  232. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#getAlgorithmName()">Mac</A></CODE></B></DD>
  233. <DD>Return the name of the algorithm the MAC implements.
  234. <P>
  235. <DD><DL>
  236. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#getAlgorithmName()">getAlgorithmName</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  237. </DD>
  238. <DD><DL>
  239. <DT><B>Returns:</B><DD>the name of the algorithm the MAC implements.</DL>
  240. </DD>
  241. </DL>
  242. <HR>
  243. <A NAME="getMacSize()"><!-- --></A><H3>
  244. getMacSize</H3>
  245. <PRE>
  246. public int <B>getMacSize</B>()</PRE>
  247. <DL>
  248. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#getMacSize()">Mac</A></CODE></B></DD>
  249. <DD>Return the block size for this MAC (in bytes).
  250. <P>
  251. <DD><DL>
  252. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#getMacSize()">getMacSize</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  253. </DD>
  254. <DD><DL>
  255. <DT><B>Returns:</B><DD>the block size for this MAC in bytes.</DL>
  256. </DD>
  257. </DL>
  258. <HR>
  259. <A NAME="update(byte)"><!-- --></A><H3>
  260. update</H3>
  261. <PRE>
  262. public void <B>update</B>(byte&nbsp;in)
  263. throws java.lang.IllegalStateException</PRE>
  264. <DL>
  265. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#update(byte)">Mac</A></CODE></B></DD>
  266. <DD>add a single byte to the mac for processing.
  267. <P>
  268. <DD><DL>
  269. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#update(byte)">update</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  270. </DD>
  271. <DD><DL>
  272. <DT><B>Parameters:</B><DD><CODE>in</CODE> - the byte to be processed.
  273. <DT><B>Throws:</B>
  274. <DD><CODE>java.lang.IllegalStateException</CODE> - if the MAC is not initialised.</DL>
  275. </DD>
  276. </DL>
  277. <HR>
  278. <A NAME="update(byte[], int, int)"><!-- --></A><H3>
  279. update</H3>
  280. <PRE>
  281. public void <B>update</B>(byte[]&nbsp;in,
  282. int&nbsp;inOff,
  283. int&nbsp;len)
  284. throws <A HREF="../../../../org/bouncycastle/crypto/DataLengthException.html" title="class in org.bouncycastle.crypto">DataLengthException</A>,
  285. java.lang.IllegalStateException</PRE>
  286. <DL>
  287. <DD><DL>
  288. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#update(byte[], int, int)">update</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  289. </DD>
  290. <DD><DL>
  291. <DT><B>Parameters:</B><DD><CODE>in</CODE> - the array containing the input.<DD><CODE>inOff</CODE> - the index in the array the data begins at.<DD><CODE>len</CODE> - the length of the input starting at inOff.
  292. <DT><B>Throws:</B>
  293. <DD><CODE><A HREF="../../../../org/bouncycastle/crypto/DataLengthException.html" title="class in org.bouncycastle.crypto">DataLengthException</A></CODE> - if there isn't enough data in in.
  294. <DD><CODE>java.lang.IllegalStateException</CODE> - if the MAC is not initialised.</DL>
  295. </DD>
  296. </DL>
  297. <HR>
  298. <A NAME="doFinal(byte[], int)"><!-- --></A><H3>
  299. doFinal</H3>
  300. <PRE>
  301. public int <B>doFinal</B>(byte[]&nbsp;out,
  302. int&nbsp;outOff)
  303. throws <A HREF="../../../../org/bouncycastle/crypto/DataLengthException.html" title="class in org.bouncycastle.crypto">DataLengthException</A>,
  304. java.lang.IllegalStateException</PRE>
  305. <DL>
  306. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#doFinal(byte[], int)">Mac</A></CODE></B></DD>
  307. <DD>Compute the final stage of the MAC writing the output to the out
  308. parameter.
  309. <p>
  310. doFinal leaves the MAC in the same state it was after the last init.
  311. <P>
  312. <DD><DL>
  313. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#doFinal(byte[], int)">doFinal</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  314. </DD>
  315. <DD><DL>
  316. <DT><B>Parameters:</B><DD><CODE>out</CODE> - the array the MAC is to be output to.<DD><CODE>outOff</CODE> - the offset into the out buffer the output is to start at.
  317. <DT><B>Throws:</B>
  318. <DD><CODE><A HREF="../../../../org/bouncycastle/crypto/DataLengthException.html" title="class in org.bouncycastle.crypto">DataLengthException</A></CODE> - if there isn't enough space in out.
  319. <DD><CODE>java.lang.IllegalStateException</CODE> - if the MAC is not initialised.</DL>
  320. </DD>
  321. </DL>
  322. <HR>
  323. <A NAME="reset()"><!-- --></A><H3>
  324. reset</H3>
  325. <PRE>
  326. public void <B>reset</B>()</PRE>
  327. <DL>
  328. <DD><B>Description copied from interface: <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#reset()">Mac</A></CODE></B></DD>
  329. <DD>Reset the MAC. At the end of resetting the MAC should be in the
  330. in the same state it was after the last init (if there was one).
  331. <P>
  332. <DD><DL>
  333. <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html#reset()">reset</A></CODE> in interface <CODE><A HREF="../../../../org/bouncycastle/crypto/Mac.html" title="interface in org.bouncycastle.crypto">Mac</A></CODE></DL>
  334. </DD>
  335. <DD><DL>
  336. </DL>
  337. </DD>
  338. </DL>
  339. <!-- ========= END OF CLASS DATA ========= -->
  340. <HR>
  341. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  342. <A NAME="navbar_bottom"><!-- --></A>
  343. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  344. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  345. <TR>
  346. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  347. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  348. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  349. <TR ALIGN="center" VALIGN="top">
  350. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  351. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  352. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  353. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  354. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  355. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  356. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  357. </TR>
  358. </TABLE>
  359. </TD>
  360. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  361. <b>Bouncy Castle Cryptography Library 1.45</b></EM>
  362. </TD>
  363. </TR>
  364. <TR>
  365. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  366. &nbsp;<A HREF="../../../../org/bouncycastle/crypto/macs/CMac.html" title="class in org.bouncycastle.crypto.macs"><B>PREV CLASS</B></A>&nbsp;
  367. &nbsp;<A HREF="../../../../org/bouncycastle/crypto/macs/HMac.html" title="class in org.bouncycastle.crypto.macs"><B>NEXT CLASS</B></A></FONT></TD>
  368. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  369. <A HREF="../../../../index.html?org/bouncycastle/crypto/macs/GOST28147Mac.html" target="_top"><B>FRAMES</B></A> &nbsp;
  370. &nbsp;<A HREF="GOST28147Mac.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  371. &nbsp;<SCRIPT type="text/javascript">
  372. <!--
  373. if(window==top) {
  374. document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  375. }
  376. //-->
  377. </SCRIPT>
  378. <NOSCRIPT>
  379. <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
  380. </NOSCRIPT>
  381. </FONT></TD>
  382. </TR>
  383. <TR>
  384. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  385. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  386. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  387. DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  388. </TR>
  389. </TABLE>
  390. <A NAME="skip-navbar_bottom"></A>
  391. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  392. <HR>
  393. </BODY>
  394. </HTML>