Class PAdESSignatureScopeFinder
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.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
-
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope
(PAdESSignature padesSignature) Returns a list ofSignatureScope
s from a signatureMethods 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.SignatureScopeFinder
setDefaultDigestAlgorithm, setTokenIdentifierProvider
-
Constructor Details
-
PAdESSignatureScopeFinder
public PAdESSignatureScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinder
Returns a list ofSignatureScope
s from a signature- Specified by:
findSignatureScope
in interfaceSignatureScopeFinder<PAdESSignature>
- Parameters:
padesSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-