Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.SystemKeyType
Packages that use SystemKeyType
Package
Description
Components used in applications to manage Calypso Legacy SAMs.
Calypso Legacy SAM data structures and selection API.
Calypso Legacy SAM transaction API.
-
Uses of SystemKeyType in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return SystemKeyTypeModifier and TypeMethodDescriptionstatic SystemKeyTypeReturns the enum constant of this class with the specified name.static SystemKeyType[]SystemKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SystemKeyType in org.eclipse.keypop.calypso.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam with parameters of type SystemKeyTypeModifier and TypeMethodDescriptionLegacySam.getSystemKeyParameter(SystemKeyType systemKeyType) Returns the parameters of the system key for the specified key type.LegacySamSelectionExtension.prepareReadSystemKeyParameters(SystemKeyType systemKeyType) Schedules the execution of a "Read Key Parameters" command for a system key. -
Uses of SystemKeyType in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type SystemKeyTypeModifier and TypeMethodDescriptionReadTransactionManager.prepareReadSystemKeyParameters(SystemKeyType systemKeyType) Schedules the execution of a "Read Key Parameters" command for a system key.SecureWriteTransactionManager.prepareTransferSystemKey(SystemKeyType systemKeyType, byte kvc, byte[] systemKeyParameters) Schedules the execution of a "Write Key" command to perform the transfer of a system key from the control SAM to the target SAM.SecureWriteTransactionManager.prepareTransferSystemKeyDiversified(SystemKeyType systemKeyType, byte kvc, byte[] systemKeyParameters) Schedules the execution of a "Write Key" command to perform the transfer of a system key from the control SAM to the target SAM, the key being first diversified (with the serial number of the target SAM).