Bouncy Castle Cryptography Library 1.71

org.bouncycastle.tsp.ers
Interface ERSData

All Known Implementing Classes:
ERSCachingData

public interface ERSData

General interface for an ERSData data group object.


Method Summary
 byte[] getHash(DigestCalculator digestCalculator)
          Return the calculated hash for the Data
 

Method Detail

getHash

public byte[] getHash(DigestCalculator digestCalculator)
Return the calculated hash for the Data
Parameters:
digestCalculator - digest calculator to use.
Returns:
calculated hash.

Bouncy Castle Cryptography Library 1.71