Uses of Class
apdu4j.core.BIBOException
-
-
Uses of BIBOException in apdu4j.core
Subclasses of BIBOException in apdu4j.core Modifier and Type Class Description class
TagRemovedException
Thrown if the device has been removed from RF fields in mid-transmitMethods in apdu4j.core that throw BIBOException Modifier and Type Method Description byte[]
APDUBIBO. transceive(byte[] bytes)
ResponseAPDU
APDUBIBO. transceive(CommandAPDU command)
byte[]
BIBO. transceive(byte[] bytes)
Transceives a bunch of bytes to a secure element, synchronously.byte[]
BlockingBIBO. transceive(byte[] bytes)
ResponseAPDU
APDUBIBO. transmit(CommandAPDU command)
CompletableFuture<byte[]>
RetryWithRightLengthWrapper. transmit(byte[] command)
-