DDVCardService
, RSACardService
public 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, wait
check, close, createInstance, expand, getCard, getChallenge, getFeatures, getKeyInfo, init, internalAuthenticate, putData, readBinary, readRecordBySFI, 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 java.lang.String getCID()
public java.lang.String getCardId()
protected abstract byte[] createPINVerificationDataStructure(int pwdId) throws java.io.IOException
java.io.IOException
Copyright © 2018. All rights reserved.