Class PAdESSignatureScopeFinder
java.lang.Object
eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder<PAdESSignature>
eu.europa.esig.dss.pades.validation.scope.PAdESSignatureScopeFinder
- All Implemented Interfaces:
SignatureScopeFinder<PAdESSignature>
public class PAdESSignatureScopeFinder extends AbstractSignatureScopeFinder<PAdESSignature>
The classes finds a signer data for a PAdESSignature /
PdfSignatureOrDocTimestampInfo instance
-
Constructor Summary
Constructors Constructor Description PAdESSignatureScopeFinder()
-
Method Summary
Modifier and Type Method Description List<SignatureScope>
findSignatureScope(PAdESSignature pAdESSignature)
Returns a list ofSignatureScope
s from a signatureSignatureScope
findSignatureScope(PdfCMSRevision pdfRevision)
Methods inherited from class eu.europa.esig.dss.validation.scope.AbstractSignatureScopeFinder
getDefaultDigestAlgorithm, getDigest, getDigest, isASiCEArchive, isASiCSArchive, setDefaultDigestAlgorithm
-
Constructor Details
-
PAdESSignatureScopeFinder
public PAdESSignatureScopeFinder()
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinder
Returns a list ofSignatureScope
s from a signature- Parameters:
pAdESSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-
findSignatureScope
-