Class PdfRevisionScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.pades.validation.scope.PdfRevisionScopeFinder
- Direct Known Subclasses:
PAdESSignatureScopeFinder
,PAdESTimestampScopeFinder
An abstract class to find a PdfRevision scope
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SignatureScope
findSignatureScope
(PdfCMSRevision pdfRevision) Finds signature scopes from aPdfCMSRevision
Methods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, getTokenIdentifierProvider, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm, setTokenIdentifierProvider
-
Constructor Details
-
PdfRevisionScopeFinder
protected PdfRevisionScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Finds signature scopes from aPdfCMSRevision
- Parameters:
pdfRevision
-PdfCMSRevision
- Returns:
SignatureScope
-