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 ofSignatureScopes from a signatureSignatureScopefindSignatureScope(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:SignatureScopeFinderReturns a list ofSignatureScopes from a signature- Parameters:
pAdESSignature-AdvancedSignatureto get signatureScopes for- Returns:
- a list of
SignatureScopes
-
findSignatureScope
-