| java.lang.Object com.nabhinc.util.md.DigestUtil
DigestUtil | public class DigestUtil (Code) | | author: Padmanabh Dabke author: (c) 2006 Nabh Information Systems, Inc. All Rights Reserved. |
Field Summary | |
public static Log | log |
Method Summary | |
final public static String | Digest(String credentials, String algorithm, String encoding) Digest password using the algorithm especificied and
convert the result to a corresponding hex string. |
log | public static Log log(Code) | | |
Digest | final public static String Digest(String credentials, String algorithm, String encoding)(Code) | | Digest password using the algorithm especificied and
convert the result to a corresponding hex string.
If exception, the plain credentials string is returned
Parameters: credentials - Password or other credentials to use inauthenticating this username Parameters: algorithm - Algorithm used to do the digest Parameters: encoding - Character encoding of the string to digest |
|
|