Java Card
v2.2.2

Uses of Class
java.lang.SecurityException

Packages that use SecurityException
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. 
 

Uses of SecurityException in javacard.framework
 

Methods in javacard.framework that throw SecurityException
 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.equals(Object anObject)
          Compares the AID bytes in this AID instance to the AID bytes in the specified object.
 byte AID.getBytes(byte[] dest, short offset)
          Called to get all the AID bytes encapsulated within AID object.
static APDU APDU.getCurrentAPDU()
          This method is called during the Applet.process(APDU) method to obtain a reference to the current APDU object.
static byte[] APDU.getCurrentAPDUBuffer()
          This method is called during the Applet.process(APDU) method to obtain a reference to the current APDU buffer.
 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.
 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.
 boolean AID.RIDEquals(AID otherAID)
          Checks if the RID (National Registered Application provider identifier) portion of the encapsulated AID bytes within the otherAID object matches that of this AID object.
 void APDU.sendBytesLong(byte[] outData, short bOff, short len)
          Sends len more bytes from outData byte array starting at specified offset bOff.
 

Constructors in javacard.framework that throw SecurityException
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 SecurityException in javacard.framework.service
 

Methods in javacard.framework.service that throw SecurityException
static void CardRemoteObject.export(Remote obj)
          Exports the specified remote object.
static void CardRemoteObject.unexport(Remote obj)
          Unexports the specified remote object.
 


Java Card
v2.2.2

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