Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.EncryptionHeaderData
-
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.header
Methods in io.getlime.security.powerauth.lib.cmd.header with type parameters of type EncryptionHeaderData Modifier and Type Method Description <M extends EncryptionHeaderData>
EncryptionHeaderProviderPowerAuthHeaderFactory. getHeaderProvider(M model)Creates an encryption header provider instanceMethod parameters in io.getlime.security.powerauth.lib.cmd.header with type arguments of type EncryptionHeaderData Modifier and Type Method Description voidEncryptionHeaderProvider. addHeader(StepContext<? extends EncryptionHeaderData,?> stepContext)Adds an encryption header to the request context -
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement EncryptionHeaderData Modifier and Type Class Description classActivationRecoveryStepModelModel representing step for creating an activation using recovery code.classCreateActivationStepModelModel representing step for creating a custom activation.classEncryptStepModelModel representing parameters of the step for sending encrypted data to intermediate server.classPrepareActivationStepModelModel representing parameters of the step for preparing a new activation (key exchange).classStartUpgradeStepModelModel representing step for starting upgrade between different PowerAuth protocol versions.classTokenAndEncryptStepModelModel representing parameters of the step for verifying token digest. -
Uses of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.data
Subinterfaces of EncryptionHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model.data Modifier and Type Interface Description interfaceTokenAndEncryptionHeaderDataData used for computing a token and encryption header values.