198199200201202203204205
return encodedRequestString; } catch (Exception ex) { LOG.error("Error while encrypting the request", ex); throw new BlackoutException("Unable to create encrypted request"); } }