Uses of Interface
org.eclipse.keyple.card.generic.CardTransactionManager
-
Uses of CardTransactionManager in org.eclipse.keyple.card.generic
Modifier and TypeMethodDescriptionGenericExtensionService.createCardTransaction
(org.eclipse.keypop.reader.CardReader reader, org.eclipse.keypop.reader.selection.spi.SmartCard card) Creates an instance ofCardTransactionManager
.CardTransactionManager.prepareApdu
(byte[] apduCommand) Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays(ChannelControl)
is invoked.CardTransactionManager.prepareApdu
(byte cla, byte ins, byte p1, byte p2, byte[] dataIn, Byte le) Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays(ChannelControl)
is invoked.CardTransactionManager.prepareApdu
(String apduCommand) Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays(ChannelControl)
is invoked.