public class StringUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static java.lang.String getHexString(byte[] raw)
raw
- Raw byte arraypublic static long passwordHash(java.lang.String password)
password
- Password to hashpublic static java.util.List getStringLines(java.lang.String input) throws OpenStegoException
input
- Input stringOpenStegoException
Copyright © 2007-2009 Samir Vaidya. All Rights Reserved.