Challenge Overview
Create a Java Standalone program:
1. That reads base64 encoded password from a given properties file.
2. Decode base64 to decode the password and call a external Web Service (calling Web Service is not required). Displaying password as decoded password is acceptable. Mock up Web Service Call is NOT REQUIRED
Package Name: com.ibm.esh.util
Method Signature: readPassword (String propertyFilePath)
Logging Required: NO
Test the solution: Yes
e.g: Property File:
FileName: appname.properties
File Contents:
#Base 64 Encoded Password
BASE64PASSOWRD = XXXXX
Final Submission Guidelines
This is dev-only contest.