|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.openstego.util.StringUtil
Utility class to manipulate strings
Method Summary | |
static String |
getHexString(byte[] raw)
Method to convert byte array to hexadecimal string |
static List |
getStringLines(String input)
Method to tokenize a string by line breaks |
static long |
passwordHash(String password)
Method to get the long hash from the password. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static String getHexString(byte[] raw)
raw
- Raw byte array
public static long passwordHash(String password)
password
- Password to hash
public static List getStringLines(String input) throws OpenStegoException
input
- Input string
OpenStegoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |