Class PAdESTimestampScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.pades.validation.scope.PdfRevisionScopeFinder
eu.europa.esig.dss.pades.validation.scope.PAdESTimestampScopeFinder
- All Implemented Interfaces:
TimestampScopeFinder
public class PAdESTimestampScopeFinder
extends PdfRevisionScopeFinder
implements TimestampScopeFinder
Finds a scope for a PDF document timestamp
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindTimestampScope
(TimestampToken timestampToken) This method returns a timestamp scope for the givenTimestampToken
Methods inherited from class eu.europa.esig.dss.pades.validation.scope.PdfRevisionScopeFinder
findSignatureScope
Methods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm, setTokenIdentifierProvider
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface eu.europa.esig.dss.validation.scope.TimestampScopeFinder
setDefaultDigestAlgorithm
-
Constructor Details
-
PAdESTimestampScopeFinder
public PAdESTimestampScopeFinder()Default constructor
-
-
Method Details
-
findTimestampScope
Description copied from interface:TimestampScopeFinder
This method returns a timestamp scope for the givenTimestampToken
- Specified by:
findTimestampScope
in interfaceTimestampScopeFinder
- Parameters:
timestampToken
-TimestampToken
to get signature scope for- Returns:
- a list of
SignatureScope
s
-