|
iText 9.1.0 API
|
Wrapper class for Org.BouncyCastle.Math.BigInteger. More...
Public Member Functions |
|
| BigIntegerBC (BigInteger bigInteger) | |
| Creates new wrapper instance for Org.BouncyCastle.Math.BigInteger. More... |
|
| virtual BigInteger | GetBigInteger () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| int | GetIntValue () |
| Gets integer value for the wrapped BigInteger. More... |
|
| string | ToString (int radix) |
| Calls toString with radix for the wrapped BigInteger. More... |
|
| IBigInteger | ValueOf (long value) |
| Calls ValueOf method for the wrapped BigInteger. More... |
|
| IBigInteger | Remainder (IBigInteger n) |
| Calls Remainder method for the wrapped BigInteger. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. Compares wrapped objects. More... |
|
| override int | GetHashCode () |
| Returns a hash code value based on the wrapped object. More... |
|
| override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Static Public Member Functions |
|
| static BigIntegerBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Math.BigInteger.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Math.BigInteger.
| bigInteger | Org.BouncyCastle.Math.BigInteger to be wrapped |
|
inline |
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Returns a hash code value based on the wrapped object.
|
inlinestatic |
Gets wrapper instance.
BigIntegerBC instance.
|
inline |
Gets integer value for the wrapped BigInteger.
Implements iText.Commons.Bouncycastle.Math.IBigInteger.
|
inline |
Calls Remainder method for the wrapped BigInteger.
Implements iText.Commons.Bouncycastle.Math.IBigInteger.
|
inline |
Delegates toString method call to the wrapped object.
|
inline |
Calls toString with radix for the wrapped BigInteger.
Implements iText.Commons.Bouncycastle.Math.IBigInteger.
|
inline |
Calls ValueOf method for the wrapped BigInteger.
Implements iText.Commons.Bouncycastle.Math.IBigInteger.