|
Java Card v2.2.1 |
||||||||||
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 | |
void |
APDU.sendBytesLong(byte[] outData,
short bOff,
short len)
Sends len more bytes from outData byte array starting at specified offset
bOff . |
static APDU |
APDU.getCurrentAPDU()
This method is called to obtain a reference to the current APDU object. |
static byte[] |
APDU.getCurrentAPDUBuffer()
This method is called to obtain a reference to the current APDU buffer. |
byte |
AID.getBytes(byte[] dest,
short offset)
Called to get all the AID bytes encapsulated within AID object. |
boolean |
AID.equals(Object anObject)
Compares the AID bytes in this AID instance to the AID bytes in the
specified object. |
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.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. |
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 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.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |