Package 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
Constructors Constructor Description ERSByteData(byte[] content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]
calculateHash(org.bouncycastle.operator.DigestCalculator digestCalculator, byte[] previousChainHash)
-
Methods inherited from class org.bouncycastle.tsp.ers.ERSCachingData
getHash
-
-
-
-
Method Detail
-
calculateHash
protected byte[] calculateHash(org.bouncycastle.operator.DigestCalculator digestCalculator, byte[] previousChainHash)
- Specified by:
calculateHash
in classERSCachingData
-
-