Uses of Interface
org.eclipse.keyple.card.generic.CardTransactionManager
-
-
Uses of CardTransactionManager in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic that return CardTransactionManager Modifier and Type Method Description CardTransactionManager
GenericExtensionService. createCardTransaction(org.calypsonet.terminal.reader.CardReader reader, org.calypsonet.terminal.reader.selection.spi.SmartCard card)
Creates an instance ofCardTransactionManager
.CardTransactionManager
CardTransactionManager. prepareApdu(byte[] apduCommand)
Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays()
is invoked.CardTransactionManager
CardTransactionManager. prepareApdu(byte cla, byte ins, byte p1, byte p2, byte[] dataIn, java.lang.Byte le)
Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays()
is invoked.CardTransactionManager
CardTransactionManager. prepareApdu(java.lang.String apduCommand)
Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays()
is invoked.CardTransactionManager
CardTransactionManager. prepareReleaseChannel()
Requests the closing of the physical channel after the next transmission of APDUs.
-