Java Card
v2.2.2

Uses of Package
java.lang

Packages that use java.lang
java.io Defines a subset of the java.io package in the standard Java programming language. 
java.lang Provides classes that are fundamental to the design of the Java Card technology subset of the Java programming language. 
java.rmi Defines the Remote interface which identifies interfaces whose methods can be invoked from card acceptance device (CAD) client applications. 
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. 
javacardx.biometry Extension package that contains functionality for implementing a biometric framework on the Java Card platform. 
javacardx.crypto Extension package that contains functionality, which may be subject to export controls, for implementing a security and cryptography framework on the Java Card platform. 
javacardx.external Extension package that provides mechanisms to access memory subsystems which are not directly addressable by the Java Card runtime environment(Java Card RE) on the Java Card platform. 
javacardx.framework.math Extension package that contains common utility functions for BCD math and parity computations. 
javacardx.framework.tlv Extension package that contains functionality, for managing storage for BER TLV formatted data, based on the ASN.1 BER encoding rules of ISO/IEC 8825-1:2002, as well as parsing and editing BER TLV formatted data in I/O buffers. 
javacardx.framework.util Extension package that contains common utility functions for manipulating arrays of primitive components - byte, short or int
javacardx.framework.util.intx Extension package that contains common utility functions for using int components. 
 

Classes in java.lang used by java.io
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Object
          Class Object is the root of the Java Card platform class hierarchy.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by java.lang
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
IndexOutOfBoundsException
          A Java Card runtime environment-owned instance of IndexOutOfBoundsException is thrown to indicate that an index of some sort (such as to an array) is out of range.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by java.rmi
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Object
          Class Object is the root of the Java Card platform class hierarchy.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacard.framework
ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
NegativeArraySizeException
          A Java Card runtime environment-owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
SecurityException
          A Java Card runtime environment-owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacard.framework.service
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
SecurityException
          A Java Card runtime environment-owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacard.security
ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacardx.biometry
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacardx.crypto
Object
          Class Object is the root of the Java Card platform class hierarchy.
 

Classes in java.lang used by javacardx.external
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacardx.framework.math
ArithmeticException
          A Java Card runtime environment-owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
 

Classes in java.lang used by javacardx.framework.tlv
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacardx.framework.util
ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
Exception
          The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
 

Classes in java.lang used by javacardx.framework.util.intx
ArrayIndexOutOfBoundsException
          A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
NegativeArraySizeException
          A Java Card runtime environment-owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
NullPointerException
          A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
Object
          Class Object is the root of the Java Card platform class hierarchy.
 


Java Card
v2.2.2

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