Uses of Class
java.lang.Object

Packages that use Object
java.lang   
javacard.framework   
javacard.security   
javacardx.crypto   
 

Uses of Object in java.lang
 

Subclasses of Object in java.lang
 class ArithmeticException
          A JCRE owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
 class ArrayIndexOutOfBoundsException
          A JCRE owned instance of IndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
 class ArrayStoreException
          A JCRE owned instance of ArrayStoreException is thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
 class ClassCastException
          A JCRE owned instance of ClassCastException is thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
 class Exception
          The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable applet might want to catch.
 class IndexOutOfBoundsException
          A JCRE owned instance of IndexOutOfBoundsException is thrown to indicate that an index of some sort (such as to an array) is out of range.
 class NegativeArraySizeException
          A JCRE owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
 class NullPointerException
          A JCRE owned instance of NullPointerExceptionis thrown when an applet attempts to use null in a case where an object is required.
 class RuntimeException
          RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
 class SecurityException
          A JCRE owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
 class Throwable
          The Throwable class is the superclass of all errors and exceptions in the Java Card subset of the Java language.
 

Methods in java.lang with parameters of type Object
 boolean Object.equals(Object obj)
          Compares two Objects for equality.
 

Uses of Object in javacard.framework
 

Subclasses of Object in javacard.framework
 class AID
          This class encapsulates the Application Identifier(AID) associated with an applet.
 class APDU
          Application Protocol Data Unit (APDU) is the communication format between the card and the off-card applications.
 class APDUException
          APDUException represents an APDU related exception.
 class Applet
          This abstract class defines an applet in Java Card.
 class CardException
          The CardException class defines a field reason and two accessor methods getReason() and setReason().
 class CardRuntimeException
          The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
 class ISOException
          ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
 class JCSystem
          The JCSystem class includes a collection of methods to control applet execution, resource management, atomic transaction management and inter-applet object sharing in Java Card.
 class OwnerPIN
          This class represents an Owner PIN.
 class PINException
          PINException represents a OwnerPIN class access-related exception.
 class SystemException
          SystemException represents a JCSystem class related exception.
 class TransactionException
          TransactionException represents an exception in the transaction subsystem.
 class UserException
          UserException represents a User exception.
 class Util
          The Util class contains common utility functions.
 

Methods in javacard.framework that return Object
static Object[] JCSystem.makeTransientObjectArray(short length, byte event)
          Create a transient array of Object with the specified array length.
 

Methods in javacard.framework with parameters of type Object
static byte JCSystem.isTransient(Object theObj)
          Used to check if the specified object is transient.
 boolean AID.equals(Object anObject)
          Compares the AID bytes in this AID instance to the AID bytes in the specified object.
 

Uses of Object in javacard.security
 

Subclasses of Object in javacard.security
 class CryptoException
          CryptoException represents a cryptography-related exception.
 class KeyBuilder
          The KeyBuilder class is a key object factory.
 class KeyPair
          This class is a container for a key pair (a public key and a private key).
 class MessageDigest
          The MessageDigest class is the base class for hashing algorithms.
 class RandomData
          The RandomData abstract class is the base class for random number generation.
 class Signature
          The Signature class is the base class for Signature algorithms.
 

Uses of Object in javacardx.crypto
 

Subclasses of Object in javacardx.crypto
 class Cipher
          The Cipher class is the abstract base class for Cipher algorthims.
 



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