Uses of Interface
com.atlassian.modzdetector.HashAlgorithm

Packages that use HashAlgorithm
com.atlassian.modzdetector   
 

Uses of HashAlgorithm in com.atlassian.modzdetector
 

Classes in com.atlassian.modzdetector that implement HashAlgorithm
 class Adler32HashAlgorithm
          Adler-32 checksumming implementation.
 class MD5HashAlgorithm
          MD5 hash algorithm.
 

Constructors in com.atlassian.modzdetector with parameters of type HashAlgorithm
HashRegistry(HashAlgorithm algorithm, java.lang.String fileName)
          Creates a HashRegistry that uses the given algorithm and filename.
ModzDetector(ResourceAccessor resourceAccessor, HashAlgorithm hashAlgorithm)
           
ModzDetector(ResourceAccessor resourceAccessor, HashAlgorithm hashAlgorithm, StreamMapper streamMapper)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.