Package com.sun.javacard.spi.cardmgmt

Provides the classes and interfaces for implementing the Card Management facility.

See:
          Description

Interface Summary
ApplicationGroup An ApplicationGroup object encapsulates the runtime characteristics of a group of application modules or of a standalone application module.
DeploymentUnit DeploymentUnit is the common interface of all entities that can be deployed and installed on the Java Card platform.
Library A Library object encapsulates all the characteristics of an extension library or classic library.
 

Class Summary
Application Application object encapsulate the runtime characteristics of an application instance.
DeploymentUnitLoader The DeploymentUnitLoader class allows the card management application to load deployment units.
 

Exception Summary
DeploymentException A DeploymentException is thrown by the DeploymentUnitLoader load method when an error or exception occurs while loading.
 

Package com.sun.javacard.spi.cardmgmt Description

Provides the classes and interfaces for implementing the Card Management facility.

Note to Application Developers: Classes and interfaces from this package are not accessible to application developers. There are only intended for platform and system services/facilities implementers. If an application directly references classes or interfaces from these packages, the loading of the application will fail.

See Runtime Environment Specification for the Java Card Platform, Connected Edition, chapter 8 for details.

Note that at present, all classes and interfaces in this package are subject to change or removal in a future release, in ways that may not be backward compatible with this release. You, as a platform implementer, should nevertheless use these classes and interfaces to implement the card management facility of a Java Card 3 Platform implementation, and provide feedback. These classes and interfaces will be enhanced in future releases based on your feedback and moved to standard sub-packages of javacardx.spi.

Since:
Java Card 3.0


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.