|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Library
A Library object encapsulates all the characteristics of an extension library or classic library.
Extension libraries constitute the units of distribution, deployment and code sharing among all application groups.
Classic libraries constitute the units of distribution and deployment of classic library packages (Java packages without any applet). As per the legacy model, classic user libraries are shared among all classic applet-based application groups.
Library objects are permanent Java Card runtime environment Entry Point Objects.
Some operations on libraries are subject to permission checks.
DeploymentUnit
,
CardManagementPermission
,
JCREPermission
Field Summary | |
---|---|
static byte |
TYPE_CLASSIC_LIB
Classic library type. |
static byte |
TYPE_EXTENSION_LIB
Extension library type. |
Fields inherited from interface com.sun.javacard.spi.cardmgmt.DeploymentUnit |
---|
APP_TYPE, LIB_TYPE |
Method Summary |
---|
Methods inherited from interface com.sun.javacard.spi.cardmgmt.DeploymentUnit |
---|
getType, unload |
Field Detail |
---|
static final byte TYPE_CLASSIC_LIB
static final byte TYPE_EXTENSION_LIB
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |