Class XAdESSignatureScopeFinder
java.lang.Object
eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
eu.europa.esig.dss.xades.validation.scope.XAdESSignatureScopeFinder
- All Implemented Interfaces:
SignatureScopeFinder<XAdESSignature>
public class XAdESSignatureScopeFinder
extends AbstractSignatureScopeFinder
implements SignatureScopeFinder<XAdESSignature>
Performs operations in order to find all signed data for a XAdES Signature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope(XAdESSignature xadesSignature) Returns a list ofSignatureScopes from a signatureMethods inherited from class eu.europa.esig.dss.spi.validation.scope.AbstractSignatureScopeFinder
createDigestDocument, createInMemoryDocument, isASiCEArchive, isASiCSArchive
-
Constructor Details
-
XAdESSignatureScopeFinder
public XAdESSignatureScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinderReturns a list ofSignatureScopes from a signature- Specified by:
findSignatureScopein interfaceSignatureScopeFinder<XAdESSignature>- Parameters:
xadesSignature-AdvancedSignatureto get signatureScopes for- Returns:
- a list of
SignatureScopes
-