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 be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderException
be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderExceptionboolean isEidCardPresent()
boolean waitForCardReader(long timeout)
throws be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderException
timeout - The maximum time for waiting a smart card reader.be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderExceptionboolean waitForCard(long timeout)
throws be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderException
timeout - The maximum time for waiting an eID card.be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderExceptionjava.security.KeyStore readKeyStore(be.fedict.commons.eid.client.spi.BeIDCardUI userInterface)
throws be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderException,
be.fgov.ehealth.etee.crypto.eid.exception.NoAvailableSmartCardException
KeyStore on the EID card.be.fgov.ehealth.etee.crypto.eid.exception.SmartCardReaderExceptionbe.fgov.ehealth.etee.crypto.eid.exception.NoAvailableSmartCardExceptionCopyright © 2021 eHealth. All rights reserved.