Interface TimestampScopeFinder

All Known Implementing Classes:
ASiCWithCAdESTimestampScopeFinder, DetachedTimestampScopeFinder, EncapsulatedTimestampScopeFinder, PAdESTimestampScopeFinder, XAdESTimestampScopeFinder

public interface TimestampScopeFinder
This interface is used to find a signature scope for a timestamp
  • Method Details

    • findTimestampScope

      List<SignatureScope> findTimestampScope(TimestampToken timestampToken)
      This method returns a timestamp scope for the given TimestampToken
      Parameters:
      timestampToken - TimestampToken to get signature scope for
      Returns:
      a list of SignatureScopes
    • setDefaultDigestAlgorithm

      void setDefaultDigestAlgorithm(DigestAlgorithm digestAlgorithm)
      Sets the default DigestAlgorithm to use for SignatureScope digest computation
      Parameters:
      digestAlgorithm - DigestAlgorithm to use