These instructions will get you a copy of the project up and running on your Intregration Server instance.
- SoftwareAG Integration Server.
- SoftwareAG Designer.
- Download the zip file [WxPGPUtils.zip].
- Open your SoftwareAg folder and then go to
IntegrationServer\instances\default\replicate\inbound
. - Paste your zip file there.
- Start integration server from your Start menu.
- Go to your browser then visit http://localhost:5555/
- Default Credentials * username: Administrator * password : manage
- Click on Packages then Install Inbound Releases.
- Select the zip file and click Install Realease.
- Shut Down and Restart your integration server.
- Start Integration Server.
- Open your SoftwareAG Designer and connect to the server. To connect right click on 'Default Package' and click on Connect to the Server option .
- After you have successfully connected, double-click on 'Default Package' and select 'WxPGPUtils'.
- Open any one of the four Java Services.
- Right-click on the code part, goto Run as then click on Run Service and click OK.
- Provide the input then click on OK. A demo publick key, private key and password is provided here. You can use these for testing or, generate a new key pair by visiting https://pgpkeygen.com/.
- Your output along with input will be displayed as below.
- If you are facing any import error, click on the red mark in fornt of the error line and then double click Fix Project Setup..
- Then click on "here" option.
3.Then click on Add external JARs.
- Select the two JAR files from
SoftwareAG_x\IntegrationServer\instances\default\packages\WxPGPUtils\code\jars\static
. - And then click on 'Apply and Close'. This will fix the error.
1. Encrypt
Input
Public Key, Datatype: String.
Input String, Datatype: String.
Output
Encrypted String, Datatype: String.
2. Decrypt
Input
Private Key, Datatype: String.
Encrypted String, Datatype: String.
Password, Datatype: String.
Output
Decrypted String, Datatype: String.
3. Sign
Input
Private Key, Datatype: String.
Message, Datatype: String.
Password, Datatype: String.
Output
Signed Message, Datatype: Byte[].
Anshuman Saikia Dipankar Dutta Nawajish Laskar
This project is licensed under the Apache 2.0 License - see the LICENSE.mdfile for details
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Contact us at TECHcommunity if you have any questions.