|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DigestCallback | |
---|---|
org.jboss.security | The basic security interfaces and classes are now located in the jbosssx module. |
org.jboss.security.auth.spi |
Uses of DigestCallback in org.jboss.security |
---|
Methods in org.jboss.security with parameters of type DigestCallback | |
---|---|
static String |
Util.createPasswordHash(String hashAlgorithm,
String hashEncoding,
String hashCharset,
String username,
String password,
DigestCallback callback)
Calculate a password hash using a MessageDigest. |
Uses of DigestCallback in org.jboss.security.auth.spi |
---|
Classes in org.jboss.security.auth.spi that implement DigestCallback | |
---|---|
class |
RFC2617Digest
An implementation of the DigestCallback that support the http digest auth as described in RFC2617 (http://www.ietf.org/rfc/rfc2617.txt). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |