Skip navigation links
C D G I O P R S T W 

C

CardReader - Class in de.gematik.ti.cardreader.provider.pcsc.entities
The CardReader represent a pcsc card reader with one slot.
CardReader(CardTerminal) - Constructor for class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
 
CardReaderCardChecker - Class in de.gematik.ti.cardreader.provider.pcsc.control
Thread to check card reader for connected or disconnected cards and inform over EventBus
CardReaderCardChecker(CardReader) - Constructor for class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
Create a new instance
CardReaderProvider - Class in de.gematik.ti.cardreader.provider.pcsc.control
The PCSCCardReaderProvider class needs implementation of the interface 'ICardReaderControllerProvider' to handle listener and provide methods to inform connected listeners about card reader changes.
CardReaderProvider() - Constructor for class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderProvider
Contructor to create new pcsc card reader provider
close() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
connect(String) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Establishes a connection to the card.
connect() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Establishes a connection to the card with the protocol *.

D

de.gematik.ti.cardreader.provider.pcsc.control - package de.gematik.ti.cardreader.provider.pcsc.control
 
de.gematik.ti.cardreader.provider.pcsc.entities - package de.gematik.ti.cardreader.provider.pcsc.entities
 
disconnect(boolean) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 

G

getATR() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 
getCard() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
getCardReaderController() - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderProvider
Returns an instance of PCSCCardReaderController
getCardTerminal() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
 
getChannelNumber() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
getDescriptor() - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderProvider
Returns the Providerdesciptor with information about the PCSC CardReaderProvider
getMaxMessageLength() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
TODO: secureMessaging: Do only if it it required, channel must be know before if secureMessaging used.
getMaxResponseLength() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
TODO: secureMessaging: Do only if it it required, channel must be know before if secureMessaging used.
getName() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Returns the unique name of this terminal.
getProtocol() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 

I

initialize() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
initialize the card reader
isActive() - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
return the current running state of checker thread
isCardPresent() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Returns whether a card is present in this terminal.
isExtendedLengthSupported() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
isInitialized() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Return the current initialisation status

O

openBasicChannel() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 
openLogicalChannel() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 

P

PcscCard - Class in de.gematik.ti.cardreader.provider.pcsc.entities
Encapsulate a javax.Card in gematik.ti.Card
PcscCard(Card) - Constructor for class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCard
 
PcscCardChannel - Class in de.gematik.ti.cardreader.provider.pcsc.entities
Encapsulate a javax.CardChannel in gematik.ti.CardChannel
PcscCardChannel(CardChannel, PcscCard) - Constructor for class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
PcscCrpRuntimeException - Exception in de.gematik.ti.cardreader.provider.pcsc.entities
Exception thrown in the internal process of PCSC
PcscCrpRuntimeException(String) - Constructor for exception de.gematik.ti.cardreader.provider.pcsc.entities.PcscCrpRuntimeException
 

R

run() - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
 

S

sendCardMessageForState(boolean) - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
 
setAllocateLength(int) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 
startNewInstance(CardReader) - Static method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
Create a new Instance and start the Thread
stopChecker() - Method in class de.gematik.ti.cardreader.provider.pcsc.control.CardReaderCardChecker
Stop the checking Thread

T

toString() - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
 
transmit(ICommandApdu) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.PcscCardChannel
 

W

waitForCardAbsent(long) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Waits until a card is absent in this terminal or the timeout expires.
waitForCardPresent(long) - Method in class de.gematik.ti.cardreader.provider.pcsc.entities.CardReader
Waits until a card is present in this terminal or the timeout expires.
C D G I O P R S T W 
Skip navigation links