public interface ERSData
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getHash(DigestCalculator digestCalculator,
byte[] previousChainHash)
Return the calculated hash for the Data
|
byte[] getHash(DigestCalculator digestCalculator, byte[] previousChainHash)
digestCalculator - digest calculator to use.previousChainHash - hash from an earlier chain if it needs to be included.