Class XAdESSignatureScopeFinder
java.lang.Object
eu.europa.esig.dss.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
-
Method Summary
Modifier and TypeMethodDescriptionfindSignatureScope
(XAdESSignature xadesSignature) Returns a list ofSignatureScope
s from a signatureMethods 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
-
XAdESSignatureScopeFinder
public XAdESSignatureScopeFinder()Default constructor
-
-
Method Details
-
findSignatureScope
Description copied from interface:SignatureScopeFinder
Returns a list ofSignatureScope
s from a signature- Specified by:
findSignatureScope
in interfaceSignatureScopeFinder<XAdESSignature>
- Parameters:
xadesSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-