Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.BaseStepData
Packages that use BaseStepData
Package
Description
-
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.header
Classes in io.getlime.security.powerauth.lib.cmd.header with type parameters of type BaseStepDataModifier and TypeInterfaceDescriptioninterfacePowerAuthHeaderProvider<M extends BaseStepData>Interface to be implemented by all PowerAuth header providers -
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps
Classes in io.getlime.security.powerauth.lib.cmd.steps with type parameters of type BaseStepDataModifier and TypeClassDescriptionclassAbstractBaseStep<M extends BaseStepData,R> Abstract step with common execution patterns and methods -
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.context
Classes in io.getlime.security.powerauth.lib.cmd.steps.context with type parameters of type BaseStepData -
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement BaseStepDataModifier and TypeClassDescriptionclassModel representing step for creating an activation using recovery code.classAbstract class defining a base for a step model classes.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 BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.model.data
Subinterfaces of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.model.dataModifier and TypeInterfaceDescriptioninterfaceData used in activation stepsinterfaceData used for computing an encryption header valueinterfaceData used for computing a signature header valueinterfaceData used for computing a token and encryption header values.interfaceData used for computing a token header value -
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.model.feature
Subinterfaces of BaseStepData in io.getlime.security.powerauth.lib.cmd.steps.model.featureModifier and TypeInterfaceDescriptioninterfaceSupports change of activation status object -
Uses of BaseStepData in io.getlime.security.powerauth.lib.cmd.util
Methods in io.getlime.security.powerauth.lib.cmd.util with parameters of type BaseStepDataModifier and TypeMethodDescriptionstatic voidCounterUtil.incrementCounter(BaseStepData model) Increment counter value in step model.Method parameters in io.getlime.security.powerauth.lib.cmd.util with type arguments of type BaseStepDataModifier and TypeMethodDescriptionstatic voidTemporaryKeyUtil.fetchTemporaryKey(PowerAuthStep step, StepContext<? extends BaseStepData, ?> stepContext, io.getlime.security.powerauth.crypto.lib.encryptor.model.EncryptorScope scope) Fetch temporary key for encryption from the server and store it into the step context.