org.finra.jtaf.core.utilities
Class Base64EncoderDecoder

java.lang.Object
  extended by org.finra.jtaf.core.utilities.Base64EncoderDecoder

public class Base64EncoderDecoder
extends Object

Utility class to encode or decode string using base64.


Constructor Summary
Base64EncoderDecoder()
           
 
Method Summary
static String decodeString(String stringToDecode)
           
static String encodeString(String stringToEncode)
           
static String getPropertyFileLocation()
           
static void main(String[] args)
           
static void setPropertyFileLocation(String newPropertyFileLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64EncoderDecoder

public Base64EncoderDecoder()
Method Detail

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.