Java Card
v2.2.1

Uses of Class
java.lang.ArrayIndexOutOfBoundsException

Packages that use ArrayIndexOutOfBoundsException
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacard.security Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform. 
 

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.
static short Util.getShort(byte[] bArray, short bOff)
          Concatenates two bytes in a byte array to form a short value.
static short Util.setShort(byte[] bArray, short bOff, short sValue)
          Deposits the short value as two successive bytes at the specified offset in the byte array.
 boolean OwnerPIN.check(byte[] pin, short offset, byte length)
          Compares pin against the PIN value.
 boolean PIN.check(byte[] pin, short offset, byte length)
          Compares pin against the PIN value.
 byte AID.getBytes(byte[] dest, short offset)
          Called to get all the AID bytes encapsulated within AID object.
 boolean AID.equals(byte[] bArray, short offset, byte length)
          Checks if the specified AID bytes in bArray are the same as those encapsulated in this AID object.
 boolean AID.partialEquals(byte[] bArray, short offset, byte length)
          Checks if the specified partial AID byte sequence matches the first length bytes of the encapsulated AID bytes within this AID object.
 byte AID.getPartialBytes(short aidOffset, byte[] dest, short oOffset, byte oLength)
          Called to get part of the AID bytes encapsulated within the AID object starting at the specified offset for the specified length.
 

Constructors in javacard.framework that throw ArrayIndexOutOfBoundsException
AID(byte[] bArray, short offset, byte length)
          The Java Card runtime environment uses this constructor to create a new AID instance encapsulating the specified AID bytes.
 

Uses of ArrayIndexOutOfBoundsException in javacard.security
 

Methods in javacard.security that throw ArrayIndexOutOfBoundsException
 void AESKey.setKey(byte[] keyData, short kOff)
          Sets the Key data.
 void DESKey.setKey(byte[] keyData, short kOff)
          Sets the Key data.
 


Java Card
v2.2.1

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