org.finra.jtaf.core.utilities
Class Base64EncoderDecoder
java.lang.Object
org.finra.jtaf.core.utilities.Base64EncoderDecoder
public class Base64EncoderDecoder
- extends Object
Utility class to encode or decode string using base64.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64EncoderDecoder
public Base64EncoderDecoder()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
encodeString
public static String encodeString(String stringToEncode)
decodeString
public static String decodeString(String stringToDecode)
getPropertyFileLocation
public static String getPropertyFileLocation()
setPropertyFileLocation
public static void setPropertyFileLocation(String newPropertyFileLocation)
Copyright © 2014. All rights reserved.