| Modifier and Type | Class and Description |
|---|---|
class |
JsonStepLogger
Class responsible for logging the steps performed during the processes to the JSON structure.
|
class |
ObjectStepLogger
Object-based step logger useful for tests.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
VerifySignatureStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
VerifyTokenStep.execute(StepLogger stepLogger,
Map<String,Object> context) |
org.json.simple.JSONObject |
BaseStep.execute(StepLogger logger,
Map<String,Object> context)
Execute this step with given logger and context objects.
|
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
VaultUnlockStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
GetStatusStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
RemoveStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
CreateActivationStep.execute(StepLogger stepLogger,
Map<String,Object> context) |
org.json.simple.JSONObject |
RemoveTokenStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
PrepareActivationStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
EncryptStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context.
|
org.json.simple.JSONObject |
CreateTokenStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
| Modifier and Type | Method and Description |
|---|---|
org.json.simple.JSONObject |
VaultUnlockStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
GetStatusStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
RemoveStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
ActivationRecoveryStep.execute(StepLogger stepLogger,
Map<String,Object> context) |
org.json.simple.JSONObject |
CreateActivationStep.execute(StepLogger stepLogger,
Map<String,Object> context) |
org.json.simple.JSONObject |
RemoveTokenStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
CommitUpgradeStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context.
|
org.json.simple.JSONObject |
ConfirmRecoveryCodeStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
PrepareActivationStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
org.json.simple.JSONObject |
StartUpgradeStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context.
|
org.json.simple.JSONObject |
EncryptStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context.
|
org.json.simple.JSONObject |
SignAndEncryptStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context.
|
org.json.simple.JSONObject |
CreateTokenStep.execute(StepLogger stepLogger,
Map<String,Object> context)
Execute this step with given context
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
VerifySignatureUtil.extractRequestDataBytes(VerifySignatureStepModel model,
StepLogger stepLogger)
Extract request data bytes for signature verification.
|
static byte[] |
CounterUtil.getCtrData(BaseStepModel model,
StepLogger stepLogger)
Get counter data.
|
Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.