Package | Description |
---|---|
be.fedict.commons.eid.client |
eID client classes.
|
be.fedict.commons.eid.client.event |
Client listener interfaces.
|
be.fedict.commons.eid.client.spi |
Service provider interfaces.
|
Modifier and Type | Method and Description |
---|---|
BeIDCard |
BeIDCard.addCardListener(BeIDCardListener beIDCardListener)
Register a BeIDCardListener to receive updates on any consequent file
reading/signature operations executed by this BeIDCard.
|
BeIDCard |
BeIDCard.beginExclusive()
Begin an exclusive transaction with the card.
|
BeIDCard |
BeIDCard.close()
close this BeIDCard, when you are done with it, to release any underlying
resources.
|
BeIDCard |
BeIDCard.endExclusive()
Release an exclusive transaction with the card, started by beginExclusive().
|
BeIDCard |
BeIDCards.getOneBeIDCard()
return exactly one BeID Card.
|
BeIDCard |
BeIDCards.getOneBeIDCard(javax.smartcardio.CardTerminal terminal)
return a BeID Card inserted into a given CardTerminal
|
BeIDCard |
BeIDCard.logoff()
Discard the citizen's PIN code from the PIN cache.
|
BeIDCard |
BeIDCard.removeCardListener(BeIDCardListener beIDCardListener)
Unregister a BeIDCardListener to no longer receive updates on any consequent
file reading/signature operations executed by this BeIDCard.
|
BeIDCard |
BeIDCard.selectApplet()
Select the BELPIC applet on the chip.
|
BeIDCard |
BeIDCard.selectFile(byte[] fileId)
Selects a file to read on the card
|
BeIDCard |
BeIDCard.setLocale(Locale newLocale)
set the Locale to use for subsequent UI and CCID operations. this will modify
the Locale of any explicitly set UI, as well.
|
BeIDCard |
BeIDCard.setUI(BeIDCardUI userInterface)
Explicitly set the User Interface to be used for consequent operations.
|
Modifier and Type | Method and Description |
---|---|
Set<BeIDCard> |
BeIDCards.getAllBeIDCards()
return Set of all BeID Cards present.
|
Modifier and Type | Method and Description |
---|---|
BeIDCards |
BeIDCards.waitUntilCardRemoved(BeIDCard card)
wait for a particular BeID card to be removed.
|
Modifier and Type | Method and Description |
---|---|
void |
BeIDCardEventsListener.eIDCardInserted(javax.smartcardio.CardTerminal cardTerminal,
BeIDCard card) |
void |
BeIDCardEventsAdapter.eIDCardInserted(javax.smartcardio.CardTerminal cardTerminal,
BeIDCard card) |
void |
BeIDCardEventsListener.eIDCardRemoved(javax.smartcardio.CardTerminal cardTerminal,
BeIDCard card) |
void |
BeIDCardEventsAdapter.eIDCardRemoved(javax.smartcardio.CardTerminal cardTerminal,
BeIDCard card) |
Modifier and Type | Method and Description |
---|---|
BeIDCard |
BeIDCardsIUAdapter.selectBeIDCard(Collection<BeIDCard> availableCards) |
BeIDCard |
BeIDCardsUI.selectBeIDCard(Collection<BeIDCard> availableCards)
user has multiple eID Cards inserted and needs to choose exactly one. throws
CancelledException if user cancels throws OutOfCardsException if all cards
removed before selection could be made.
|
Modifier and Type | Method and Description |
---|---|
void |
BeIDCardsIUAdapter.eIDCardInsertedDuringSelection(BeIDCard card) |
void |
BeIDCardsUI.eIDCardInsertedDuringSelection(BeIDCard card)
user added a BeID card while selectBeIDCard() was blocking.
|
void |
BeIDCardsIUAdapter.eIDCardRemovedDuringSelection(BeIDCard card) |
void |
BeIDCardsUI.eIDCardRemovedDuringSelection(BeIDCard card)
user removed a BeID card while selectBeIDCard() was blocking.
|
Modifier and Type | Method and Description |
---|---|
BeIDCard |
BeIDCardsIUAdapter.selectBeIDCard(Collection<BeIDCard> availableCards) |
BeIDCard |
BeIDCardsUI.selectBeIDCard(Collection<BeIDCard> availableCards)
user has multiple eID Cards inserted and needs to choose exactly one. throws
CancelledException if user cancels throws OutOfCardsException if all cards
removed before selection could be made.
|
Copyright © 2012–2024 e-Contract.be BV. All rights reserved.