Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.sam.LegacySamSelectionExtension
Packages that use LegacySamSelectionExtension
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM data structures and selection API.
-
Uses of LegacySamSelectionExtension in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return LegacySamSelectionExtensionModifier and TypeMethodDescriptionLegacySamApiFactory.createLegacySamSelectionExtension()Returns a new instance ofLegacySamSelectionExtension. -
Uses of LegacySamSelectionExtension in org.eclipse.keypop.calypso.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam that return LegacySamSelectionExtensionModifier and TypeMethodDescriptionLegacySamSelectionExtension.prepareGetData(GetDataTag tag) Schedules the execution of a "Get Data" command for the specified tag.LegacySamSelectionExtension.prepareReadAllCountersStatus()Schedules the execution of a "Read Event Counter" and "Read Ceiling" commands to read the status of all counters.LegacySamSelectionExtension.prepareReadCounterStatus(int counterNumber) Schedules the execution of a "Read Event Counter" and "Read Ceiling" commands to read the status of a counter.LegacySamSelectionExtension.prepareReadSamParameters()Schedules the execution of a "Read Parameters" command for the SAM.LegacySamSelectionExtension.prepareReadSystemKeyParameters(SystemKeyType systemKeyType) Schedules the execution of a "Read Key Parameters" command for a system key.LegacySamSelectionExtension.prepareReadWorkKeyParameters(byte kif, byte kvc) Schedules the execution of a "Read Key Parameters" command for a work key referenced by its KIF and KVC.LegacySamSelectionExtension.prepareReadWorkKeyParameters(int recordNumber) Schedules the execution of a "Read Key Parameters" command for a work key referenced by its record number.LegacySamSelectionExtension.setDynamicUnlockDataProvider(LegacySamDynamicUnlockDataProviderSpi dynamicUnlockDataProvider) Sets the unlock data provider to use for unlocking the SAM in dynamic mode.LegacySamSelectionExtension.setDynamicUnlockDataProvider(LegacySamDynamicUnlockDataProviderSpi dynamicUnlockDataProvider, org.eclipse.keypop.reader.CardReader targetSamReader) Sets the unlock data provider and the card reader to use for unlocking the SAM in dynamic mode.LegacySamSelectionExtension.setStaticUnlockDataProvider(LegacySamStaticUnlockDataProviderSpi staticUnlockDataProvider) Sets the unlock data provider to use for unlocking the SAM in static mode.LegacySamSelectionExtension.setStaticUnlockDataProvider(LegacySamStaticUnlockDataProviderSpi staticUnlockDataProvider, org.eclipse.keypop.reader.CardReader targetSamReader) Sets the unlock data provider and the card reader to use for unlocking the SAM in static mode.LegacySamSelectionExtension.setUnlockData(String unlockData) Sets the unlock data to be used to unlock a SAM C1 (8 or 16 bytes) and schedules the execution of the "Unlock data" command in the first position.LegacySamSelectionExtension.setUnlockData(String unlockData, LegacySam.ProductType productType) Sets the unlock data to be used to unlock a SAM (8 or 16 bytes) and schedules the execution of the "Unlock data" command in the first position.