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.
-
Interface Summary Interface Description ExtendedLength TheExtendedLengthinterface serves as a tagging interface to indicate that the applet supports extended length APDU.