Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.sam.LegacySam.ProductType
Packages that use LegacySam.ProductType
Package
Description
Calypso Legacy SAM data structures and selection API.
-
Uses of LegacySam.ProductType in org.eclipse.keypop.calypso.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam that return LegacySam.ProductTypeModifier and TypeMethodDescriptionLegacySam.getProductType()
Returns the SAM product type.static LegacySam.ProductType
Returns the enum constant of this class with the specified name.static LegacySam.ProductType[]
LegacySam.ProductType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam with parameters of type LegacySam.ProductTypeModifier and TypeMethodDescriptionLegacySamSelectionExtension.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.