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

📄 biginteger.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 5 页
字号:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this * val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#divide(java.math.BigInteger)">divide</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this / val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A>[]</CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#divideAndRemainder(java.math.BigInteger)">divideAndRemainder</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array of two BigIntegers containing <tt>(this / val)</tt> followed by <tt>(this % val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#remainder(java.math.BigInteger)">remainder</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this % val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#gcd(java.math.BigInteger)">gcd</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is the greatest common divisor of <tt>abs(this)</tt> and <tt>abs(val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#mod(java.math.BigInteger)">mod</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;m)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this mod m</tt>).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#modPow(java.math.BigInteger, java.math.BigInteger)">modPow</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;exponent,       <A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;m)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this<sup>exponent</sup> mod m)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#modInverse(java.math.BigInteger)">modInverse</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;m)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this<sup>-1</sup> mod m)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#and(java.math.BigInteger)">and</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this &amp; val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#or(java.math.BigInteger)">or</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this | val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#xor(java.math.BigInteger)">xor</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this ^ val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#andNot(java.math.BigInteger)">andNot</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a BigInteger whose value is <tt>(this &amp; ~val)</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;int</CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#compareTo(java.math.BigInteger)">compareTo</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compares this BigInteger with the specified BigInteger.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#min(java.math.BigInteger)">min</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the minimum of this BigInteger and <tt>val</tt>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>BigInteger.</B><B><A HREF="../../../java/math/BigInteger.html#max(java.math.BigInteger)">max</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum of this BigInteger and <tt>val</tt>.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Constructors in <A HREF="../../../java/math/package-summary.html">java.math</A> with parameters of type <A HREF="../../../java/math/BigInteger.html">BigInteger</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../java/math/BigDecimal.html#BigDecimal(java.math.BigInteger)">BigDecimal</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;val)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Translates a BigInteger into a BigDecimal.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../../java/math/BigDecimal.html#BigDecimal(java.math.BigInteger, int)">BigDecimal</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;unscaledVal,           int&nbsp;scale)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Translates a BigInteger unscaled value and an int scale into a BigDecimal.</TD></TR></TABLE>&nbsp;<P><A NAME="java.security.cert"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/math/BigInteger.html">BigInteger</A> in <A HREF="../../../java/security/cert/package-summary.html">java.security.cert</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/security/cert/package-summary.html">java.security.cert</A> that return <A HREF="../../../java/math/BigInteger.html">BigInteger</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>X509Certificate.</B><B><A HREF="../../../java/security/cert/X509Certificate.html#getSerialNumber()">getSerialNumber</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <code>serialNumber</code> value from the certificate.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>X509CRLEntry.</B><B><A HREF="../../../java/security/cert/X509CRLEntry.html#getSerialNumber()">getSerialNumber</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the serial number from this X509CRLEntry, the <em>userCertificate</em>.</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/security/cert/package-summary.html">java.security.cert</A> with parameters of type <A HREF="../../../java/math/BigInteger.html">BigInteger</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>abstract &nbsp;<A HREF="../../../java/security/cert/X509CRLEntry.html">X509CRLEntry</A></CODE></FONT></TD><TD><CODE><B>X509CRL.</B><B><A HREF="../../../java/security/cert/X509CRL.html#getRevokedCertificate(java.math.BigInteger)">getRevokedCertificate</A></B>(<A HREF="../../../java/math/BigInteger.html">BigInteger</A>&nbsp;serialNumber)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the CRL entry, if any, with the given certificate serialNumber.</TD></TR></TABLE>&nbsp;<P><A NAME="java.security.interfaces"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../java/math/BigInteger.html">BigInteger</A> in <A HREF="../../../java/security/interfaces/package-summary.html">java.security.interfaces</A></FONT></TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../java/security/interfaces/package-summary.html">java.security.interfaces</A> that return <A HREF="../../../java/math/BigInteger.html">BigInteger</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>DSAPrivateKey.</B><B><A HREF="../../../java/security/interfaces/DSAPrivateKey.html#getX()">getX</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the private key, <code>x</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../java/math/BigInteger.html">BigInteger</A></CODE></FONT></TD><TD><CODE><B>RSAPublicKey.</B><B><A HREF="../../../java/security/interfaces/RSAPublicKey.html#getPublicExponent()">getPublicExponent</A></B>()</CODE>

⌨️ 快捷键说明

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