Java Card
v2.2.1

Uses of Class
java.lang.NullPointerException

Packages that use NullPointerException
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacard.framework.service Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. 
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 NullPointerException in javacard.framework
 

Methods in javacard.framework that throw NullPointerException
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.
 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 NullPointerException
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 NullPointerException in javacard.framework.service
 

Constructors in javacard.framework.service that throw NullPointerException
RMIService(Remote initialObject)
          Creates a new RMIService and sets the specified remote object as the initial reference for the applet.
 

Uses of NullPointerException in javacard.security
 

Methods in javacard.security that throw NullPointerException
 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.