javacard.framework
Interface Shareable

All Known Subinterfaces:
Authenticator, HttpDigestAuthentication, SharedBioTemplate, SharedBioTemplateAuth, SharedEvent, SharedPasswordAuth, SharedPINAuth
All Known Implementing Classes:
Event

public interface Shareable

The Shareable interface serves to identify all shared objects. Any object that needs to be shared through the applet firewall must directly or indirectly implement this interface. Only those methods specified in a shareable interface are available through the firewall. Implementation classes can implement any number of shareable interfaces and can extend other shareable implementation classes.




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