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

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

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

Methods in org.jboss.dna.common.text that return SecureHash.Algorithm
 SecureHash.Algorithm SecureHashTextEncoder.getAlgorithm()
          Return the secure hash algorithm used by this encoder.
 

Constructors in org.jboss.dna.common.text with parameters of type SecureHash.Algorithm
SecureHashTextEncoder(SecureHash.Algorithm algorithm)
          Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
SecureHashTextEncoder(SecureHash.Algorithm algorithm, int maxLength)
          Create an encoder that uses the supplied algorithm and returns only the supplied number of characters in the hash.
 

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-2010 JBoss, a division of Red Hat. All Rights Reserved.