|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.openstego.util.StringUtil
public class StringUtil
Utility class to manipulate strings
| Method Summary | |
|---|---|
static java.lang.String |
getHexString(byte[] raw)
Method to convert byte array to hexadecimal string |
static java.util.List |
getStringLines(java.lang.String input)
Method to tokenize a string by line breaks |
static long |
passwordHash(java.lang.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 java.lang.String getHexString(byte[] raw)
raw - Raw byte array
public static long passwordHash(java.lang.String password)
password - Password to hash
public static java.util.List getStringLines(java.lang.String input)
throws OpenStegoException
input - Input string
OpenStegoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||