Package javacardx.apdu
package javacardx.apdu
Extension package that enables support for ISO7816 specification defined optional APDU related mechanisms. The platform must support this optional package only if the features enabled are included in the implementation.
The javacardx.apdu
package contains the ExtendedLength interface class. The ExtendedLength
interface provides a tagging interface to allow an applet to declare
that it requires support for the ISO7816-4 defined extended length APDU
messages via the javacard.framework.APDU class.
-
InterfacesClassDescriptionThe
ExtendedLengthinterface serves as a tagging interface to indicate that the applet supports extended length APDU.