Bouncy Castle Cryptography Library 1.79

org.bouncycastle.tsp.ers
Class ERSByteData

java.lang.Object
  |
  +--org.bouncycastle.tsp.ers.ERSCachingData
        |
        +--org.bouncycastle.tsp.ers.ERSByteData
All Implemented Interfaces:
ERSData

public class ERSByteData
extends ERSCachingData

Generic class for holding byte[] data for RFC 4998 ERS.


Constructor Summary
ERSByteData(byte[] content)
           
 
Method Summary
protected  byte[] calculateHash(DigestCalculator digestCalculator, byte[] previousChainHash)
           
 
Methods inherited from class org.bouncycastle.tsp.ers.ERSCachingData
getHash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERSByteData

public ERSByteData(byte[] content)
Method Detail

calculateHash

protected byte[] calculateHash(DigestCalculator digestCalculator,
                               byte[] previousChainHash)
Overrides:
calculateHash in class ERSCachingData

Bouncy Castle Cryptography Library 1.79