Uses of Interface
org.eclipse.keypop.calypso.crypto.symmetric.SvCommandSecurityDataApi
-
Packages that use SvCommandSecurityDataApi Package Description org.eclipse.keypop.calypso.crypto.symmetric APIs provided by a Calypso card module.org.eclipse.keypop.calypso.crypto.symmetric.spi SPIs to be implemented by a Calypso symmetric crypto module. -
-
Uses of SvCommandSecurityDataApi in org.eclipse.keypop.calypso.crypto.symmetric
Methods in org.eclipse.keypop.calypso.crypto.symmetric that return SvCommandSecurityDataApi Modifier and Type Method Description SvCommandSecurityDataApi
SvCommandSecurityDataApi. setSerialNumber(byte[] serialNumber)
Sets the serial number to be placed in the "SV Load/Debit/Undebit" command request.SvCommandSecurityDataApi
SvCommandSecurityDataApi. setTerminalChallenge(byte[] terminalChallenge)
Sets the terminal challenge to be placed in the SV Load/Debit/Undebit command request.SvCommandSecurityDataApi
SvCommandSecurityDataApi. setTerminalSvMac(byte[] terminalSvMac)
Sets the terminal SV MAC to be placed in the "SV Load/Debit/Undebit" command request.SvCommandSecurityDataApi
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
Methods in org.eclipse.keypop.calypso.crypto.symmetric.spi with parameters of type SvCommandSecurityDataApi Modifier and Type Method Description void
SymmetricCryptoCardTransactionManagerSpi. computeSvCommandSecurityData(SvCommandSecurityDataApi data)
Computes the needed data to operate SV card commands.
-