Class XmlRootSignatureScope
- 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
-
- eu.europa.esig.dss.xades.validation.scope.XmlRootSignatureScope
-
- Direct Known Subclasses:
XmlFullSignatureScope
public class XmlRootSignatureScope extends XmlElementSignatureScope
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedXmlRootSignatureScope(String name, List<String> transformations, Digest digest)protectedXmlRootSignatureScope(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()
- Overrides:
getDescriptionin classXmlElementSignatureScope
-
getType
public SignatureScopeType getType()
- Overrides:
getTypein classXmlElementSignatureScope
-
-