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