Uses of Interface
org.eclipse.keypop.calypso.crypto.legacysam.spi.LegacySamDynamicUnlockDataProviderSpi
-
Packages that use LegacySamDynamicUnlockDataProviderSpi Package Description org.eclipse.keypop.calypso.crypto.legacysam.sam Calypso Legacy SAM data structures and selection API. -
-
Uses of LegacySamDynamicUnlockDataProviderSpi in org.eclipse.keypop.calypso.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam with parameters of type LegacySamDynamicUnlockDataProviderSpi Modifier and Type Method Description 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.
-