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