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 CardTransactionManagerGenericExtensionService. createCardTransaction(org.calypsonet.terminal.reader.CardReader reader, org.calypsonet.terminal.reader.selection.spi.SmartCard card)Creates an instance ofCardTransactionManager.CardTransactionManagerCardTransactionManager. prepareApdu(byte[] apduCommand)Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays()is invoked.CardTransactionManagerCardTransactionManager. 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.CardTransactionManagerCardTransactionManager. prepareApdu(java.lang.String apduCommand)Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays()is invoked.CardTransactionManagerCardTransactionManager. prepareReleaseChannel()Requests the closing of the physical channel after the next transmission of APDUs.
-