Class ERSFileData

  • All Implemented Interfaces:
    ERSData

    public class ERSFileData
    extends ERSCachingData
    Generic class for holding a File of data for RFC 4998 ERS.
    • Constructor Summary

      Constructors 
      Constructor Description
      ERSFileData​(java.io.File 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ERSFileData

        public ERSFileData​(java.io.File content)
                    throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • calculateHash

        protected byte[] calculateHash​(org.bouncycastle.operator.DigestCalculator digestCalculator,
                                       byte[] previousChainHash)
        Specified by:
        calculateHash in class ERSCachingData