Class PAdESTimestampScopeFinder
java.lang.Object
eu.europa.esig.dss.spi.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
void
setSignature
(AdvancedSignature signature) This method sets an encapsulatingAdvancedSignature
Methods inherited from class eu.europa.esig.dss.pades.validation.scope.PdfRevisionScopeFinder
findSignatureScope
Methods inherited from class eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
createDigestDocument, createInMemoryDocument, isASiCEArchive, isASiCSArchive
-
Constructor Details
-
PAdESTimestampScopeFinder
public PAdESTimestampScopeFinder()Default constructor
-
-
Method Details
-
setSignature
This method sets an encapsulatingAdvancedSignature
- Parameters:
signature
-AdvancedSignature
-
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
-