⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 encrypt and security way to hide data
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Tue Apr 29 18:10:38 SGT 2003 --><TITLE>Index</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"></HEAD><SCRIPT>function asd(){parent.document.title="Index";}</SCRIPT><BODY BGCOLOR="white" onload="asd();"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_M_">M</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <HR><A NAME="_D_"><!-- --></A><H2><B>D</B></H2><DL><DT><A HREF="endtoend/EndtoEnd.html#done()"><B>done()</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>Finalize the data to be sent back. <DT><A HREF="endtoend/EndtoEndServer.html#done()"><B>done()</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEndServer.html">EndtoEndServer</A><DD>Finalize the data to be returned back. </DL><HR><A NAME="_E_"><!-- --></A><H2><B>E</B></H2><DL><DT><A HREF="endtoend/package-summary.html"><B>endtoend</B></A> - package endtoend<DD>&nbsp;<DT><A HREF="endtoend/EndtoEnd.html"><B>EndtoEnd</B></A> - class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A>.<DD>EndtoEnd is an applet that is used to encrypt and decrypt data between the browser and the application server. <DT><A HREF="endtoend/EndtoEnd.html#EndtoEnd()"><B>EndtoEnd()</B></A> - Constructor for class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>&nbsp;<DT><A HREF="endtoend/EndtoEndException.html"><B>EndtoEndException</B></A> - exception endtoend.<A HREF="endtoend/EndtoEndException.html">EndtoEndException</A>.<DD>Errors in processing public or private key. <DT><A HREF="endtoend/EndtoEndServer.html"><B>EndtoEndServer</B></A> - class endtoend.<A HREF="endtoend/EndtoEndServer.html">EndtoEndServer</A>.<DD>EndtoEndServer is the server side implementation of the end-to-end encryption. <DT><A HREF="endtoend/EndtoEndServer.html#EndtoEndServer(java.lang.String, java.lang.String)"><B>EndtoEndServer(String, String)</B></A> - Constructor for class endtoend.<A HREF="endtoend/EndtoEndServer.html">EndtoEndServer</A><DD>Reads in the private key file and the password to unlock the key.</DL><HR><A NAME="_G_"><!-- --></A><H2><B>G</B></H2><DL><DT><A HREF="endtoend/EndtoEnd.html#get(java.lang.String)"><B>get(String)</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>Retrieve the decrypted value of the return data from the application server. <DT><A HREF="endtoend/KeyGen.html#getPublicKey()"><B>getPublicKey()</B></A> - Method in class endtoend.<A HREF="endtoend/KeyGen.html">KeyGen</A><DD>Returns the public key in base64 format.</DL><HR><A NAME="_I_"><!-- --></A><H2><B>I</B></H2><DL><DT><A HREF="endtoend/EndtoEnd.html#init()"><B>init()</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>Reads in the public key that is sent together with this applet.</DL><HR><A NAME="_K_"><!-- --></A><H2><B>K</B></H2><DL><DT><A HREF="endtoend/KeyGen.html"><B>KeyGen</B></A> - class endtoend.<A HREF="endtoend/KeyGen.html">KeyGen</A>.<DD>Generates a new set of random public and private key pair. <DT><A HREF="endtoend/KeyGen.html#KeyGen(int)"><B>KeyGen(int)</B></A> - Constructor for class endtoend.<A HREF="endtoend/KeyGen.html">KeyGen</A><DD>Takes in a configurable key length. </DL><HR><A NAME="_M_"><!-- --></A><H2><B>M</B></H2><DL><DT><A HREF="endtoend/KeyGen.html#main(java.lang.String[])"><B>main(String[])</B></A> - Static method in class endtoend.<A HREF="endtoend/KeyGen.html">KeyGen</A><DD>Usage: java endtoend.KeyGen &lt;public key file&gt; &lt;private key file&gt; &lt;password&gt; Key strength is set at 1024 bits. </DL><HR><A NAME="_U_"><!-- --></A><H2><B>U</B></H2><DL><DT><A HREF="endtoend/EndtoEnd.html#unpack(java.lang.String)"><B>unpack(String)</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>Decode, decrypt and deserialize data returned from the application server. <DT><A HREF="endtoend/EndtoEndServer.html#unpack(java.lang.String)"><B>unpack(String)</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEndServer.html">EndtoEndServer</A><DD>Decode, decrypt and deserialize data from the browser applet.<DT><A HREF="endtoend/EndtoEnd.html#update(java.lang.String, java.lang.String)"><B>update(String, String)</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEnd.html">EndtoEnd</A><DD>Reads in the name-value pair data that is to be encrypted. <DT><A HREF="endtoend/EndtoEndServer.html#update(java.lang.String, java.lang.String)"><B>update(String, String)</B></A> - Method in class endtoend.<A HREF="endtoend/EndtoEndServer.html">EndtoEndServer</A><DD>Reads in the name-value pair data that is to be encrypted. </DL><HR><A NAME="_W_"><!-- --></A><H2><B>W</B></H2><DL><DT><A HREF="endtoend/KeyGen.html#writePrivateKey(java.lang.String, java.lang.String)"><B>writePrivateKey(String, String)</B></A> - Method in class endtoend.<A HREF="endtoend/KeyGen.html">KeyGen</A><DD>Output the encrypted private key to a file.</DL><HR><A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_K_">K</A> <A HREF="#_M_">M</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;PREV&nbsp;&nbsp;NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -