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

📄 rc4cipher.html

📁 jxta的api库
💻 HTML
📖 第 1 页 / 共 2 页
字号:
buflen</H3><PRE>static final int <B>buflen</B></PRE><DL><DL><DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#jxta.security.impl.cipher.RC4Cipher.buflen">Constant Field Values</A></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="RC4Cipher()"><!-- --></A><H3>RC4Cipher</H3><PRE>public <B>RC4Cipher</B>()</PRE><DL><DD>Constructor<P></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getAlgorithmName()"><!-- --></A><H3>getAlgorithmName</H3><PRE>public java.lang.String <B>getAlgorithmName</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/util/Description.html#getAlgorithmName()">getAlgorithmName</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/util/Description.html" title="interface in jxta.security.util">Description</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setDebug()"><!-- --></A><H3>setDebug</H3><PRE>public void <B>setDebug</B>()</PRE><DL><DD>turn on debugging<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/util/Description.html#setDebug()">setDebug</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/util/Description.html" title="interface in jxta.security.util">Description</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="clearDebug()"><!-- --></A><H3>clearDebug</H3><PRE>public void <B>clearDebug</B>()</PRE><DL><DD>turn off debugging<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/util/Description.html#clearDebug()">clearDebug</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/util/Description.html" title="interface in jxta.security.util">Description</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getAlgorithm()"><!-- --></A><H3>getAlgorithm</H3><PRE>public byte <B>getAlgorithm</B>()</PRE><DL><DD>accessor for algorithm<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/cipher/Cipher.html#getAlgorithm()">getAlgorithm</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="init(jxta.security.cipher.Key, byte, byte[], int, int)"><!-- --></A><H3>init</H3><PRE>public void <B>init</B>(<A HREF="../../../../jxta/security/cipher/Key.html" title="interface in jxta.security.cipher">Key</A>&nbsp;theKey,                 byte&nbsp;theMode,                 byte[]&nbsp;b,                 int&nbsp;off,                 int&nbsp;len)          throws <A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></PRE><DL><DD>Initialize key. RC4 does not require extra parameters.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/cipher/Cipher.html#init(jxta.security.cipher.Key, byte, byte[], int, int)">init</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></CODE></DL></DD></DL><HR><A NAME="init(jxta.security.cipher.Key, byte)"><!-- --></A><H3>init</H3><PRE>public void <B>init</B>(<A HREF="../../../../jxta/security/cipher/Key.html" title="interface in jxta.security.cipher">Key</A>&nbsp;theKey,                 byte&nbsp;theMode)          throws <A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></PRE><DL><DD><B>Description copied from interface: <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></B></DD><DD>Initiate Cipher object with key. Here, either no parameters,   or constant parameter values<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/cipher/Cipher.html#init(jxta.security.cipher.Key, byte)">init</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></CODE></DL></DD></DL><HR><A NAME="transform(byte[], int, int, byte[], int)"><!-- --></A><H3>transform</H3><PRE>public int <B>transform</B>(byte[]&nbsp;inBuf,                     int&nbsp;inOff,                     int&nbsp;inLen,                     byte[]&nbsp;outBuf,                     int&nbsp;outOff)</PRE><DL><DD>Encrypt or decrypt the inBuf, storing results in outBuff paying attention to offsets.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="update(byte[], int, int, byte[], int)"><!-- --></A><H3>update</H3><PRE>public int <B>update</B>(byte[]&nbsp;inBuf,                  int&nbsp;inOff,                  int&nbsp;inLen,                  byte[]&nbsp;outBuf,                  int&nbsp;outOff)           throws <A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></PRE><DL><DD>Call update only if one has multiple buffers to encrypt/decrypt<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/cipher/Cipher.html#update(byte[], int, int, byte[], int)">update</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></CODE></DL></DD></DL><HR><A NAME="doFinal(byte[], int, int, byte[], int)"><!-- --></A><H3>doFinal</H3><PRE>public int <B>doFinal</B>(byte[]&nbsp;inBuf,                   int&nbsp;inOff,                   int&nbsp;inLen,                   byte[]&nbsp;outBuf,                   int&nbsp;outOff)            throws <A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></PRE><DL><DD>Call here if you only have one buffer, or its the last buffer.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../jxta/security/cipher/Cipher.html#doFinal(byte[], int, int, byte[], int)">doFinal</A></CODE> in interface <CODE><A HREF="../../../../jxta/security/cipher/Cipher.html" title="interface in jxta.security.cipher">Cipher</A></CODE></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../../../jxta/security/exceptions/CryptoException.html" title="class in jxta.security.exceptions">CryptoException</A></CODE></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/RC4Cipher.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>JXTA J2SE</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../jxta/security/impl/cipher/NullCipher.html" title="class in jxta.security.impl.cipher"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../jxta/security/impl/cipher/SecretKey.html" title="class in jxta.security.impl.cipher"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="RC4Cipher.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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