Interface ERSData

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] getHash​(org.bouncycastle.operator.DigestCalculator digestCalculator, byte[] previousChainHash)
      Return the calculated hash for the Data
    • Method Detail

      • getHash

        byte[] getHash​(org.bouncycastle.operator.DigestCalculator digestCalculator,
                       byte[] previousChainHash)
        Return the calculated hash for the Data
        Parameters:
        digestCalculator - digest calculator to use.
        previousChainHash - hash from an earlier chain if it needs to be included.
        Returns:
        calculated hash.