Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.CounterIncrementAccess
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 CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam
Modifier and TypeMethodDescriptionstatic CounterIncrementAccess
Returns the enum constant of this class with the specified name.static CounterIncrementAccess[]
CounterIncrementAccess.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam.sam
Modifier and TypeMethodDescriptionLegacySam.getCounterIncrementAccess
(int counterNumber) Returns the counter increment access mode. -
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Modifier and TypeMethodDescriptionWriteTransactionManager.prepareWriteCounterConfiguration
(int counterNumber, int ceilingValue, CounterIncrementAccess counterIncrementAccess) Schedules the execution of a "Write Ceilings" command to write a counter ceiling and its free incrementation configuration.