Uses of Interface
ro.isdc.wro.model.resource.support.hash.HashBuilder

Packages that use HashBuilder
ro.isdc.wro.model.resource.support.hash   
 

Uses of HashBuilder in ro.isdc.wro.model.resource.support.hash
 

Subinterfaces of HashBuilder in ro.isdc.wro.model.resource.support.hash
 interface HashStrategy
          Creates a fingerprint representation of the resource content.
 

Classes in ro.isdc.wro.model.resource.support.hash that implement HashBuilder
 class AbstractDigesterHashStrategy
          Uses abstract digester for creating a hash.
 class ConfigurableHashStrategy
          Uses the HashStrategy implementation associated with an alias read from properties file.
 class CRC32HashStrategy
          Uses CRC32 algorithm for creating fingerprint.
 class MD5HashStrategy
          Uses MD5 algorithm for creating fingerprint.
 class SHA1HashStrategy
          Uses SHA1 algorithm for creating fingerprint.
 



Copyright © 2008-2013. All Rights Reserved.