Class EncryptStep
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.v2.EncryptStep
- All Implemented Interfaces:
BaseStep
public class EncryptStep extends java.lang.Object implements BaseStep
Encrypt step encrypts request data using non-personalized end-to-end encryption.
PowerAuth protocol versions:
- 2.0
- 2.1
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description EncryptStep() -
Method Summary
Modifier and Type Method Description org.json.simple.JSONObjectexecute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given context.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EncryptStep
public EncryptStep()
-
-
Method Details
-
execute
public org.json.simple.JSONObject execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context) throws java.lang.ExceptionExecute this step with given context.
-