Package de.adorsys.ledgers.util.hash
Interface HashGenerator
-
- All Known Implementing Classes:
HashGeneratorImpl
public interface HashGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_HASH_ALG
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Stringhash(HashItem<T> hashItem)
-
-
-
Field Detail
-
DEFAULT_HASH_ALG
static final String DEFAULT_HASH_ALG
- See Also:
- Constant Field Values
-
-
Method Detail
-
hash
<T> String hash(HashItem<T> hashItem) throws HashGenerationException
- Throws:
HashGenerationException
-
-