Package javacardx.framework

Extension package that contains additional framework classes for web and extended applet applications.

See:
          Description

Interface Summary
Authenticator The Authenticator interface provides a common interface to all Authenticator services.
Password This interface represents a Password.
SharedBioTemplateAuth The SharedBioTemplateAuth interface provides the means to access the functions of an authenticator providing a biometric template-based authentication service.
SharedPasswordAuth The SharedPasswordAuth interface provides the means to access the functions of an authenticator providing a password-based authentication service.
SharedPINAuth The SharedPINAuth interface provides the means to access the functions of an authenticator providing a PIN-based authentication service.
 

Class Summary
ClassicSIOProxy This class must be subclassed by all Classic applet SIO synchronization proxies.
ContextPermission This class is for firewall-enforced context permissions.
JCRuntimePermission This class is for Java Card runtime permissions.
JCSystem This JCSystem class complements the JCSystem class with functionalities required for integrating the Applet application model and the Servlet application model to provide a consistent programming model.
TransientReference<T> TransientReference objects prevent their referents from being promoted to persistent storage when they are not otherwise reachable from objects in the persistent storage.
 

Enum Summary
TransactionTypeValue The TransactionTypeValue enum class enumerates the possible values of the TransactionType annotation.
 

Exception Summary
ApplicationException The class ApplicationException encapsulates generic checked exceptions that an application may throw.
 

Annotation Types Summary
TransactionType The TransactionType annotation is used to specify the type of transaction policy for a method or for all methods in the class.
 

Package javacardx.framework Description

Extension package that contains additional framework classes for web and extended applet applications. These additional framework classes must be implemented by all platforms. This package also contains subpackages which support common utility functions for BCD math and parity computations. All subpackages must be implemented, or none.

The sub-packages in this package are:



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