public class HashFactoryCombined extends Object implements HashFactory
HashFactory that combines multiple HashFactory instances by
sequentially applying the hashes.| Modifier and Type | Field and Description |
|---|---|
private HashFactory[] |
factories |
| Constructor and Description |
|---|
HashFactoryCombined(HashFactory[] factories)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HashCreator |
newHashCreator() |
String |
toString() |
private final HashFactory[] factories
public HashFactoryCombined(HashFactory[] factories)
factories - the HashFactory instances to combine.public HashCreator newHashCreator()
newHashCreator in interface HashFactoryHashCreator for the configured hash algorithm of this factory.Copyright © 2001–2019 mmm-Team. All rights reserved.