Uses of Interface
org.eclipse.keypop.calypso.crypto.symmetric.SvCommandSecurityDataApi
Package
Description
APIs provided by a Calypso card module.
SPIs to be implemented by a Calypso symmetric crypto module.
-
Uses of SvCommandSecurityDataApi in org.eclipse.keypop.calypso.crypto.symmetric
Modifier and TypeMethodDescriptionSvCommandSecurityDataApi.setSerialNumber
(byte[] serialNumber) Sets the serial number to be placed in the "SV Load/Debit/Undebit" command request.SvCommandSecurityDataApi.setTerminalChallenge
(byte[] terminalChallenge) Sets the terminal challenge to be placed in the SV Load/Debit/Undebit command request.SvCommandSecurityDataApi.setTerminalSvMac
(byte[] terminalSvMac) Sets the terminal SV MAC to be placed in the "SV Load/Debit/Undebit" command request.SvCommandSecurityDataApi.setTransactionNumber
(byte[] transactionNumber) Sets the transaction number to be placed in the "SV Load/Debit/Undebit" command request. -
Uses of SvCommandSecurityDataApi in org.eclipse.keypop.calypso.crypto.symmetric.spi
Modifier and TypeMethodDescriptionvoid
SymmetricCryptoCardTransactionManagerSpi.computeSvCommandSecurityData
(SvCommandSecurityDataApi data) Computes the needed data to operate SV card commands.