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