|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArithmeticException | |
|---|---|
| javacardx.framework.math | Extension package that contains common utility functions for BCD math and parity computations. |
| Uses of ArithmeticException in javacardx.framework.math |
|---|
| Methods in javacardx.framework.math that throw ArithmeticException | |
|---|---|
void |
BigNumber.add(byte[] bArray,
short bOff,
short bLen,
byte arrayFormat)
Increments the internal big number by the specified operand value |
void |
BigNumber.init(byte[] bArray,
short bOff,
short bLen,
byte arrayFormat)
Initializes the big number using the input data |
void |
BigNumber.multiply(byte[] bArray,
short bOff,
short bLen,
byte arrayFormat)
Multiplies the internal big number by the specified operand value |
void |
BigNumber.subtract(byte[] bArray,
short bOff,
short bLen,
byte arrayFormat)
Decrements the internal big number by the specified operand value |
|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||