Uses of Interface
org.eclipse.keypop.card.CardResponseApi
Packages that use CardResponseApi
-
Uses of CardResponseApi in org.eclipse.keypop.card
Methods in org.eclipse.keypop.card that return CardResponseApiModifier and TypeMethodDescriptionAbstractApduException.getCardResponse()Gets the response data received so far.CardSelectionResponseApi.getCardResponse()Gets the responses of the card to the requests present in theCardRequestSpifrom theCardSelectionRequestSpi.ProxyReaderApi.transmitCardRequest(CardRequestSpi cardRequest, ChannelControl channelControl) Transmits aCardRequestSpi, applies the providedChannelControlpolicy and returns aCardResponseApi.Constructors in org.eclipse.keypop.card with parameters of type CardResponseApiModifierConstructorDescriptionAbstractApduException(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.