public final class PinPadTerminal extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
PinPadTerminal.FEATURE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModify() |
boolean |
canVerify() |
void |
close() |
static PinPadTerminal |
getInstance(javax.smartcardio.Card card) |
static PinPadTerminal |
getInstance(javax.smartcardio.CardTerminal terminal) |
boolean |
hasDisplay() |
void |
probe() |
public static PinPadTerminal getInstance(javax.smartcardio.CardTerminal terminal)
public static PinPadTerminal getInstance(javax.smartcardio.Card card)
public void probe()
throws javax.smartcardio.CardException
javax.smartcardio.CardExceptionpublic boolean canVerify()
public boolean canModify()
public boolean hasDisplay()
public void close()
throws javax.smartcardio.CardException
close in interface AutoCloseablejavax.smartcardio.CardExceptionCopyright © 2019. All rights reserved.