CardSecuritySetting |
CardSecuritySetting.addAuthorizedSessionKey(byte kif,
byte kvc) |
Adds an authorized session key defined by its KIF and KVC values.
|
CardSecuritySetting |
CardSecuritySetting.addAuthorizedSvKey(byte kif,
byte kvc) |
Adds an authorized Stored Value key defined by its KIF and KVC values.
|
CardSecuritySetting |
CardSecuritySetting.assignDefaultKif(WriteAccessLevel writeAccessLevel,
byte kif) |
Defines for a given write access level the default KIF value to use when it could not be
determined by any other means.
|
CardSecuritySetting |
CardSecuritySetting.assignDefaultKvc(WriteAccessLevel writeAccessLevel,
byte kvc) |
Defines for a given write access level the KVC value to use for cards that do not provide KVC.
|
CardSecuritySetting |
CardSecuritySetting.assignKif(WriteAccessLevel writeAccessLevel,
byte kvc,
byte kif) |
Defines for a given write access level the KIF value to use for cards that only provide KVC.
|
CardSecuritySetting |
CardSecuritySetting.authorizeSvNegativeBalance() |
Allows the SV balance to become negative.
|
CardSecuritySetting |
CardSecuritySetting.enableMultipleSession() |
Enables multiple session mode to allow more changes to the card than the session buffer can
handle.
|
CardSecuritySetting |
CardSecuritySetting.enablePinPlainTransmission() |
Enables the PIN transmission in plain text.
|
CardSecuritySetting |
CardSecuritySetting.enableRatificationMechanism() |
Enables the ratification mechanism to handle the early removal of the card preventing the
terminal from receiving the acknowledgement of the session closing.
|
CardSecuritySetting |
CardSecuritySetting.enableSvLoadAndDebitLog() |
Enables the retrieval of both loading and debit log records.
|
CardSecuritySetting |
CardTransactionManager.getCardSecuritySetting() |
Deprecated.
|
CardSecuritySetting |
CardSecuritySetting.setPinModificationCipheringKey(byte kif,
byte kvc) |
Sets the KIF/KVC pair of the PIN modification ciphering key.
|
CardSecuritySetting |
CardSecuritySetting.setPinVerificationCipheringKey(byte kif,
byte kvc) |
Sets the KIF/KVC pair of the PIN verification ciphering key.
|
CardSecuritySetting |
CardSecuritySetting.setSamResource(org.calypsonet.terminal.reader.CardReader samReader,
CalypsoSam calypsoSam) |
Deprecated.
|