Uses of Interface
org.jboss.crypto.digest.DigestCallback

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).
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.