LegacySamSelectionExtension |
LegacySamSelectionExtension.prepareReadAllCountersStatus() |
Schedules the execution of a "Read Event Counter" and "Read Ceiling" commands to read the
status of all counters.
|
LegacySamSelectionExtension |
LegacySamSelectionExtension.prepareReadCounterStatus(int counterNumber) |
Schedules the execution of a "Read Event Counter" and "Read Ceiling" commands to read the
status of a counter.
|
LegacySamSelectionExtension |
LegacySamSelectionExtension.prepareReadSystemKeyParameters(SystemKeyType systemKeyType) |
Schedules the execution of a "Read Key Parameters" command for a system key.
|
LegacySamSelectionExtension |
LegacySamSelectionExtension.setDynamicUnlockDataProvider(LegacySamDynamicUnlockDataProviderSpi dynamicUnlockDataProvider) |
Sets the unlock data provider to use for unlocking the SAM in dynamic mode.
|
LegacySamSelectionExtension |
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 |
LegacySamSelectionExtension.setStaticUnlockDataProvider(LegacySamStaticUnlockDataProviderSpi staticUnlockDataProvider) |
Sets the unlock data provider to use for unlocking the SAM in static mode.
|
LegacySamSelectionExtension |
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 |
LegacySamSelectionExtension.setUnlockData(java.lang.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 |
LegacySamSelectionExtension.setUnlockData(java.lang.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.
|