Uses of Interface
org.eclipse.keypop.card.CardResponseApi
-
Uses of CardResponseApi in org.eclipse.keypop.card
Modifier and TypeMethodDescriptionAbstractApduException.getCardResponse()
Gets the response data received so far.CardSelectionResponseApi.getCardResponse()
Gets the responses of the card to the requests present in theCardRequestSpi
from theCardSelectionRequestSpi
.ProxyReaderApi.transmitCardRequest
(CardRequestSpi cardRequest, ChannelControl channelControl) Transmits aCardRequestSpi
, applies the providedChannelControl
policy and returns aCardResponseApi
.ModifierConstructorDescriptionAbstractApduException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message) Builds a new exception embedding card response data.AbstractApduException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message, Throwable cause) Builds a new exception embedding card response data with the originating exception.CardBrokenCommunicationException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message) Builds a new exception embedding card response data.CardBrokenCommunicationException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message, Throwable cause) Builds a new exception embedding card response data with the originating exception.ReaderBrokenCommunicationException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message) Builds a new exception embedding card response data.ReaderBrokenCommunicationException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message, Throwable cause) Builds a new exception embedding card response data with the originating exception.UnexpectedStatusWordException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message) Builds a new exception embedding card response data.UnexpectedStatusWordException
(CardResponseApi cardResponseApi, boolean isCardResponseComplete, String message, Throwable cause) Builds a new exception embedding card response data with the originating exception.