Interface CardResource
public interface CardResource
This POJO contains a smart card and its associated card reader.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.keypop.reader.CardReader
Returns the reader.org.eclipse.keyple.core.common.KeypleReaderExtension
Returns the Keyple reader's extension.org.eclipse.keypop.reader.selection.spi.SmartCard
Returns the smart card image.
-
Method Details
-
getReader
org.eclipse.keypop.reader.CardReader getReader()Returns the reader.- Returns:
- A not null reference.
- Since:
- 2.0.0
-
getReaderExtension
org.eclipse.keyple.core.common.KeypleReaderExtension getReaderExtension()Returns the Keyple reader's extension.- Returns:
- A not null reference.
- Since:
- 2.1.0
-
getSmartCard
org.eclipse.keypop.reader.selection.spi.SmartCard getSmartCard()Returns the smart card image.- Returns:
- A not null reference.
- Since:
- 2.0.0
-