public interface EidSmartCardReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEidCardPresent() |
boolean |
isReaderPresent() |
java.security.KeyStore |
readKeyStore(be.fedict.commons.eid.client.spi.BeIDCardUI userInterface) |
boolean |
waitForCard(long timeout) |
boolean |
waitForCardReader(long timeout) |
boolean isReaderPresent()
throws SmartCardReaderException
SmartCardReaderExceptionboolean isEidCardPresent()
boolean waitForCardReader(long timeout)
throws SmartCardReaderException
timeout - The maximum time for waiting a smart card reader.SmartCardReaderExceptionboolean waitForCard(long timeout)
throws SmartCardReaderException
timeout - The maximum time for waiting an eID card.SmartCardReaderExceptionjava.security.KeyStore readKeyStore(be.fedict.commons.eid.client.spi.BeIDCardUI userInterface)
throws SmartCardReaderException,
NoAvailableSmartCardException
KeyStore on the EID card.SmartCardReaderExceptionNoAvailableSmartCardExceptionCopyright © 2021 eHealth. All rights reserved.