Uses of Class
org.jboss.dna.common.util.SecureHash.Algorithm

Packages that use SecureHash.Algorithm
org.jboss.dna.common.util A set of miscellaneous utilities. 
 

Uses of SecureHash.Algorithm in org.jboss.dna.common.util
 

Methods in org.jboss.dna.common.util that return SecureHash.Algorithm
static SecureHash.Algorithm SecureHash.Algorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SecureHash.Algorithm[] SecureHash.Algorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.dna.common.util with parameters of type SecureHash.Algorithm
static byte[] SecureHash.getHash(SecureHash.Algorithm algorithm, byte[] content)
          Get the hash of the supplied content, using the supplied digest algorithm.
static byte[] SecureHash.getHash(SecureHash.Algorithm algorithm, File file)
          Get the hash of the supplied content, using the supplied digest algorithm.
static byte[] SecureHash.getHash(SecureHash.Algorithm algorithm, InputStream stream)
          Get the hash of the supplied content, using the supplied digest algorithm.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.