Package | Description |
---|---|
be.fedict.commons.eid.client |
eID client classes.
|
be.fedict.commons.eid.client.spi |
Service provider interfaces.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BeIDCard.sign(byte[] digestValue,
BeIDDigest digestAlgo,
FileType fileType,
boolean requireSecureReader)
Sign a given digest value.
|
byte[] |
BeIDCard.sign(byte[] digestValue,
BeIDDigest digestAlgo,
FileType fileType,
boolean requireSecureReader,
String applicationName)
Sign a given digest value.
|
byte[] |
BeIDCard.signAuthn(byte[] toBeSigned,
boolean requireSecureReader)
Create an authentication signature.
|
byte[] |
BeIDCard.signAuthn(byte[] toBeSigned,
boolean requireSecureReader,
String applicationName)
Create an authentication signature.
|
byte[] |
BeIDCard.signTransactionMessage(String transactionMessage,
boolean requireSecureReader)
Create a text message transaction signature.
|
byte[] |
BeIDCard.signTransactionMessage(String transactionMessage,
boolean requireSecureReader,
String applicationName)
Create a text message transaction signature.
|
void |
BeIDCard.verifyPin()
Verifying PIN Code (without other actions, for testing PIN), using the most
secure method available.
|
void |
BeIDCard.verifyPin(String applicationName)
Verifying PIN Code (without other actions, for testing PIN), using the most
secure method available.
|
Modifier and Type | Method and Description |
---|---|
char[] |
BeIDCardUI.obtainPIN(int triesLeft,
PINPurpose type,
String applicationName)
get PIN from the user
|
char[] |
BeIDCardUIAdapter.obtainPIN(int triesLeft,
PINPurpose type,
String applicationName) |
Copyright © 2012–2024 e-Contract.be BV. All rights reserved.