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 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 Exception
      Process an encrypted response for a step.
      Parameters:
      stepContext - Step context.
      stepId - Step identifier.
      Throws:
      Exception - Thrown in case response decryption fails.