Uses of Class
org.eclipse.keyple.card.generic.TransactionException
-
-
Uses of TransactionException in org.eclipse.keyple.card.generic
Methods in org.eclipse.keyple.card.generic that throw TransactionException Modifier and Type Method Description java.util.List<byte[]>
CardTransactionManager. processApdusToByteArrays()
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of of byte arrays.java.util.List<java.lang.String>
CardTransactionManager. processApdusToHexStrings()
Transmits all prepared APDUs, closes the physical channel if required, and returns a list of responses to the APDUs in the form of list of hexadecimal strings.
-