Uses of Interface
io.getlime.security.powerauth.lib.cmd.steps.model.data.SignatureHeaderData
| Package | Description |
|---|---|
| io.getlime.security.powerauth.lib.cmd.header | |
| io.getlime.security.powerauth.lib.cmd.steps.model |
-
Uses of SignatureHeaderData in io.getlime.security.powerauth.lib.cmd.header
Methods in io.getlime.security.powerauth.lib.cmd.header with type parameters of type SignatureHeaderData Modifier and Type Method Description <M extends SignatureHeaderData>
SignatureHeaderProviderPowerAuthHeaderFactory. getHeaderProvider(M model)Creates a signature header provider instanceMethod parameters in io.getlime.security.powerauth.lib.cmd.header with type arguments of type SignatureHeaderData Modifier and Type Method Description voidSignatureHeaderProvider. addHeader(StepContext<? extends SignatureHeaderData,?> stepContext)Adds a signature header to the request context -
Uses of SignatureHeaderData in io.getlime.security.powerauth.lib.cmd.steps.model
Classes in io.getlime.security.powerauth.lib.cmd.steps.model that implement SignatureHeaderData Modifier and Type Class Description classCommitUpgradeStepModelModel representing step for committing upgrade between different PowerAuth protocol versions.classConfirmRecoveryCodeStepModelModel representing step for confirming recovery code.classCreateTokenStepModelModel representing step for creating a new token.classRemoveStepModelModel representing parameters of the step for removing activation.classRemoveTokenStepModelModel representing step for removing a token.classVaultUnlockStepModelModel representing parameters of the step for unlocking secure vault.classVerifySignatureStepModelModel representing parameters of the step for verifying data signature.