Uses of Class
io.getlime.security.powerauth.lib.cmd.steps.model.BaseStepModel
Packages that use BaseStepModel
Package
Description
-
Uses of BaseStepModel in io.getlime.security.powerauth.lib.cmd.service
Methods in io.getlime.security.powerauth.lib.cmd.service with parameters of type BaseStepModelModifier and TypeMethodDescriptionStepExecutionService.execute(PowerAuthStep stepId, PowerAuthVersion version, BaseStepModel model) Executes the provided step at desired version with the model data -
Uses of BaseStepModel in io.getlime.security.powerauth.lib.cmd.steps.model
Subclasses of BaseStepModel in io.getlime.security.powerauth.lib.cmd.steps.modelModifier and TypeClassDescriptionclassModel representing step for creating an activation using recovery code.classModel representing step for committing upgrade between different PowerAuth protocol versions.classModel representing parameters of the step for computing offline signatures.classModel representing step for confirming recovery code.classModel representing step for creating a custom activation.classModel representing step for creating a new token.classModel representing parameters of the step for sending encrypted data to intermediate server.classModel representing parameters of the step for obtaining activation status.classModel representing parameters of the step for preparing a new activation (key exchange).classModel representing parameters of the step for removing activation.classModel representing step for removing a token.classModel representing step for starting upgrade between different PowerAuth protocol versions.classModel representing parameters of the step for verifying token digest.classModel representing parameters of the step for unlocking secure vault.classModel representing parameters of the step for verifying data signature.classModel representing parameters of the step for verifying token digest. -
Uses of BaseStepModel in io.getlime.security.powerauth.lib.cmd.util
Methods in io.getlime.security.powerauth.lib.cmd.util with parameters of type BaseStepModelModifier and TypeMethodDescriptionstatic byte[]CounterUtil.getCtrData(BaseStepModel model, StepLogger stepLogger) Get counter data.