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.eclipse.keypop.reader.CardReader reader, org.eclipse.keypop.reader.selection.spi.SmartCard card)
Creates an instance ofCardTransactionManager
.CardTransactionManager
CardTransactionManager. prepareApdu(byte[] apduCommand)
Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays(ChannelControl)
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(ChannelControl)
is invoked.CardTransactionManager
CardTransactionManager. prepareApdu(java.lang.String apduCommand)
Prepares an APDU to be transmitted the next timeprocessApdusToByteArrays(ChannelControl)
is invoked.
-