Java Card
v2.2.2

Uses of Interface
javacard.framework.Shareable

Packages that use Shareable
javacard.framework Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets. 
javacardx.biometry Extension package that contains functionality for implementing a biometric framework on the Java Card platform. 
 

Uses of Shareable in javacard.framework
 

Methods in javacard.framework that return Shareable
static Shareable JCSystem.getAppletShareableInterfaceObject(AID serverAID, byte parameter)
          Called by a client applet to get a server applet's shareable interface object.
 Shareable Applet.getShareableInterfaceObject(AID clientAID, byte parameter)
          Called by the Java Card runtime environment to obtain a shareable interface object from this server applet, on behalf of a request from a client applet.
 

Uses of Shareable in javacardx.biometry
 

Subinterfaces of Shareable in javacardx.biometry
 interface SharedBioTemplate
          The SharedBioTemplate interface provides the means for accessing unrestricted biometric functionality, e.g., the biometric matching functions.
 


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.