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 ofSignatureScope
s 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:SignatureScopeFinder
Returns a list ofSignatureScope
s from a signature- Parameters:
xadesSignature
-AdvancedSignature
to get signatureScopes for- Returns:
- a list of
SignatureScope
s
-