Class DetachedTimestampScopeFinder

java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.validation.scope.DetachedTimestampScopeFinder
All Implemented Interfaces:
TimestampScopeFinder
Direct Known Subclasses:
ASiCWithCAdESTimestampScopeFinder

public class DetachedTimestampScopeFinder extends AbstractSignatureScopeFinder implements TimestampScopeFinder
This class finds a timestamp scope for a detached timestamp
  • Field Details

    • timestampedData

      protected DSSDocument timestampedData
      The data used to for message-imprint computation of a timestamp token
  • Constructor Details

    • DetachedTimestampScopeFinder

      public DetachedTimestampScopeFinder()
      Default constructor instantiating object with null timestamped data document
  • Method Details