Class EncryptionUtil
java.lang.Object
io.getlime.security.powerauth.lib.cmd.util.EncryptionUtil
public class EncryptionUtil extends Object
Utility class for ECIES encryption processing.
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description EncryptionUtil() -
Method Summary
Modifier and Type Method Description static voidprocessEncryptedResponse(StepContext<?,io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse> stepContext, String stepId)Process an encrypted response for a step.
-
Constructor Details
-
EncryptionUtil
public EncryptionUtil()
-
-
Method Details
-
processEncryptedResponse
public static void processEncryptedResponse(StepContext<?,io.getlime.security.powerauth.rest.api.model.response.v3.EciesEncryptedResponse> stepContext, String stepId) throws ExceptionProcess an encrypted response for a step.- Parameters:
stepContext- Step context.stepId- Step identifier.- Throws:
Exception- Thrown in case response decryption fails.
-