Uses of Class
java.lang.ArrayIndexOutOfBoundsException

Packages that use ArrayIndexOutOfBoundsException
javacard.framework   
 

Uses of ArrayIndexOutOfBoundsException in javacard.framework
 

Methods in javacard.framework that throw ArrayIndexOutOfBoundsException
static short Util.arrayCopy(byte[] src, short srcOff, byte[] dest, short destOff, short length)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
static short Util.arrayCopyNonAtomic(byte[] src, short srcOff, byte[] dest, short destOff, short length)
          Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array (non-atomically).
static short Util.arrayFillNonAtomic(byte[] bArray, short bOff, short bLen, byte bValue)
          Fills the byte array (non-atomically) beginning at the specified position, for the specified length with the specified byte value.
static byte Util.arrayCompare(byte[] src, short srcOff, byte[] dest, short destOff, short length)
          Compares an array from the specified source array, beginning at the specified position, with the specified position of the destination array from left to right.
 boolean PIN.check(byte[] pin, short offset, byte length)
          Compares pin against the PIN value.
 boolean OwnerPIN.check(byte[] pin, short offset, byte length)
          Compares pin against the PIN value.
 



Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.