| Interface | Description |
|---|---|
| HashBuilder | Deprecated
use
HashStrategy instead. |
| HashStrategy |
Creates a fingerprint representation of the resource content.
|
| HashStrategyProvider |
A service provider responsible for providing new implementations of
HashStrategy. |
| Class | Description |
|---|---|
| AbstractDigesterHashStrategy |
Uses abstract digester for creating a hash.
|
| ConfigurableHashStrategy |
Uses the
HashStrategy implementation associated with an alias read from properties file. |
| CRC32HashStrategy |
Uses CRC32 algorithm for creating fingerprint.
|
| DefaultHashStrategyProvider |
Default implementation of
NamingStrategyProvider providing all NamingStrategy implementations from
core module. |
| MD5HashStrategy |
Uses MD5 algorithm for creating fingerprint.
|
| SHA1HashStrategy |
Uses SHA1 algorithm for creating fingerprint.
|
Copyright © 2008-2013. All Rights Reserved.