uicc.system
Class UICCPlatform

java.lang.Object
  extended by uicc.system.UICCPlatform

public final class UICCPlatform
extends java.lang.Object

The UICCPlatform class contains static method(s) to retrieve references to object(s) owned by the JCRE context, like Global Arrays.

See Java Card(TM) Runtime Environment (JCRE) Specification for details.


Method Summary
static byte[] getTheVolatileByteArray()
          Returns the instance of the volatile byte array designated by the JCRE as global array.
 
Methods inherited from class java.lang.Object
equals
 

Method Detail

getTheVolatileByteArray

public static byte[] getTheVolatileByteArray()
Returns the instance of the volatile byte array designated by the JCRE as global array. The byte array length shall be at least equal to 256 bytes.

Notes:

Returns:
reference to the volatile byte array.
Throws:
java.lang.SecurityException - if the method is invoked from a context which is not the currently selected applet or the currently triggered applet i.e. the context of the applet that treats the current APDU or the context of the applet that has been triggered by the current APDU.


Copyright © European Telecommunications Standards Institute 2004. All rights reserved.