Java Card
v2.2.2

Uses of Class
java.lang.ArithmeticException

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

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.