Class PAdESSignatureScopeFinder
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.PAdESSignatureScopeFinder
- All Implemented Interfaces:
SignatureScopeFinder<PAdESSignature>
public class PAdESSignatureScopeFinder
extends PdfRevisionScopeFinder
implements SignatureScopeFinder<PAdESSignature>
The class finds a signer data for a PAdESSignature /
PdfSignatureOrDocTimestampInfo instance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope(PAdESSignature padesSignature) Returns a list ofSignatureScopes from a signatureMethods inherited from class eu.europa.esig.dss.pades.validation.scope.PdfRevisionScopeFinder
findSignatureScopeMethods inherited from class eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
createDigestDocument, createInMemoryDocument, isASiCEArchive, isASiCSArchive
-
Constructor Details
-
PAdESSignatureScopeFinder
public PAdESSignatureScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinderReturns a list ofSignatureScopes from a signature- Specified by:
findSignatureScopein interfaceSignatureScopeFinder<PAdESSignature>- Parameters:
padesSignature-AdvancedSignatureto get signatureScopes for- Returns:
- a list of
SignatureScopes
-