Uses of Enum Class
org.eclipse.keypop.calypso.crypto.legacysam.CounterIncrementAccess
Packages that use 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
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return CounterIncrementAccessModifier 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
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam that return CounterIncrementAccessModifier and TypeMethodDescriptionLegacySam.getCounterIncrementAccess
(int counterNumber) Returns the counter increment access mode. -
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type CounterIncrementAccessModifier 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.