Class XmlElementSignatureScope
- java.lang.Object
-
- eu.europa.esig.dss.validation.scope.SignatureScope
-
- eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
-
- eu.europa.esig.dss.xades.validation.scope.XmlElementSignatureScope
-
- Direct Known Subclasses:
XmlRootSignatureScope
public class XmlElementSignatureScope extends SignatureScopeWithTransformations
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXmlElementSignatureScope(String xmlId, List<String> transformations, Digest digest)
-
Method Summary
Modifier and Type Method Description StringgetDescription()SignatureScopeTypegetType()-
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationDescription, getTransformations, isTransformationsNotEmpty
-
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDigest, getDSSId, getDSSIdAsString, getName, hashCode
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classSignatureScope
-
getType
public SignatureScopeType getType()
- Specified by:
getTypein classSignatureScope
-
-