shareable
2017-05-22 17:31:19
M&W SmartCard
37
javacard.framework
Interface Shareable
All Known Subinterfaces: SharedBioTemplate
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.