DDVCardService, RSACardServicepublic abstract class HBCICardService extends SmartCardService
| Constructor | Description |
|---|---|
HBCICardService() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract byte[] |
createPINVerificationDataStructure(int pwdId) |
Erzeugt das PIN-Check-Kommando.
|
java.lang.String |
getCardId() |
Liefert die Card-ID.
|
abstract java.lang.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheck, close, createInstance, expand, getCard, getChallenge, getFeatures, getKeyInfo, init, internalAuthenticate, putData, readBinary, readRecordBySFI, receive, selectFile, selectSubFile, send, toBytes, toHex, toHex, updateRecordBySFI, writeRecordBySFIpublic final void verifyHardPIN(int pwdId)
pwdId - PIN-ID.public void verifySoftPIN(int pwdId,
byte[] softPin)
pwdId - die PIN-ID.softPin - die PIN.public abstract java.lang.String getCID()
public java.lang.String getCardId()
protected abstract byte[] createPINVerificationDataStructure(int pwdId)
throws java.io.IOException
java.io.IOExceptionCopyright © 2018. All rights reserved.