org.jboss.seam.security.digest
public class DigestUtils extends Object
Constructor and Description |
---|
DigestUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
encodePasswordInA1Format(String username,
String realm,
String password) |
static String |
generateDigest(boolean passwordAlreadyEncoded,
String username,
String realm,
String password,
String httpMethod,
String uri,
String qop,
String nonce,
String nc,
String cnonce) |
static String |
md5Hex(String value) |
public static String generateDigest(boolean passwordAlreadyEncoded, String username, String realm, String password, String httpMethod, String uri, String qop, String nonce, String nc, String cnonce) throws IllegalArgumentException
IllegalArgumentException
public static String encodePasswordInA1Format(String username, String realm, String password)
Copyright © 2015 Seam Framework. All Rights Reserved.