| 
 | Java Card v2.2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 bArrayare the same as those encapsulated
 inthisAIDobject. | 
|  boolean | AID.equals(Object anObject)Compares the AID bytes in thisAIDinstance to the AID bytes in the
 specified object. | 
|  byte | AID.getBytes(byte[] dest,
         short offset)Called to get all the AID bytes encapsulated within AIDobject. | 
| static APDU | APDU.getCurrentAPDU()This method is called during the Applet.process(APDU)method
 to obtain a reference to the currentAPDUobject. | 
| 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 AIDobject 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 lengthbytes
 of the encapsulated AID bytes withinthisAIDobject. | 
|  boolean | AID.RIDEquals(AID otherAID)Checks if the RID (National Registered Application provider identifier) portion of the encapsulated AID bytes within the otherAIDobject matches
 that ofthisAIDobject. | 
|  void | APDU.sendBytesLong(byte[] outData,
              short bOff,
              short len)Sends lenmore bytes fromoutDatabyte array starting at specified offsetbOff. | 
| 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 AIDinstance
 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||