Uses of Interface
org.calypsonet.terminal.calypso.sam.CalypsoSamSelection
-
Packages that use CalypsoSamSelection Package Description org.calypsonet.terminal.calypso.sam Calypso SAM data structures and selection API. -
-
Uses of CalypsoSamSelection in org.calypsonet.terminal.calypso.sam
Methods in org.calypsonet.terminal.calypso.sam that return CalypsoSamSelection Modifier and Type Method Description CalypsoSamSelection
CalypsoSamSelection. filterByProductType(CalypsoSam.ProductType productType)
Sets a filter to target a SAM having the provided specificCalypsoSam.ProductType
.CalypsoSamSelection
CalypsoSamSelection. filterBySerialNumber(java.lang.String serialNumberRegex)
Sets a filter targeting a SAM having a serial number matching the provided regular expression.CalypsoSamSelection
CalypsoSamSelection. setUnlockData(java.lang.String unlockData)
Sets the lock value expected by the SAM to be unlocked (8 or 16 bytes).
-