Uses of Interface
org.jboss.crypto.digest.DigestCallback
-
Packages that use DigestCallback Package Description org.jboss.crypto org.jboss.security.auth.callback org.jboss.security.auth.spi -
-
Uses of DigestCallback in org.jboss.crypto
Methods in org.jboss.crypto with parameters of type DigestCallback Modifier and Type Method Description static String
CryptoUtil. 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.callback
Classes in org.jboss.security.auth.callback that implement DigestCallback Modifier and Type Class Description class
RFC2617Digest
An implementation of the DigestCallback that support the http digest auth as described in RFC2617 (http://www.ietf.org/rfc/rfc2617.txt). -
Uses of DigestCallback in org.jboss.security.auth.spi
Methods in org.jboss.security.auth.spi with parameters of type DigestCallback Modifier and Type Method Description static String
Util. createPasswordHash(String hashAlgorithm, String hashEncoding, String hashCharset, String username, String password, DigestCallback callback)
Calculate a password hash using a MessageDigest.
-