public abstract class HBCICardService extends SmartCardService
SmartCardService.Feature
Constructor and Description |
---|
HBCICardService() |
Modifier and Type | Method and Description |
---|---|
protected abstract byte[] |
createPINVerificationDataStructure(int pwdId)
Erzeugt das PIN-Check-Kommando.
|
String |
getCardId()
Liefert die Card-ID.
|
abstract String |
getCID()
Liefert die CID der Karte.
|
void |
verifyHardPIN(int pwdId)
Prueft die PIN via Kartenleser.
|
void |
verifySoftPIN(int pwdId,
byte[] softPin)
Prueft die PIN via Software.
|
check, close, createInstance, expand, getCard, getChallenge, getFeatures, getKeyInfo, init, internalAuthenticate, putData, readBinary, readRecordBySFI, receive, receive, selectFile, selectSubFile, send, toBytes, toHex, toHex, updateRecordBySFI, writeRecordBySFI
public final void verifyHardPIN(int pwdId)
pwdId
- PIN-ID.public void verifySoftPIN(int pwdId, byte[] softPin)
pwdId
- die PIN-ID.softPin
- die PIN.public abstract String getCID()
public String getCardId()
protected abstract byte[] createPINVerificationDataStructure(int pwdId) throws IOException
IOException
Copyright © 2022. All rights reserved.