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 protected
XmlRootSignatureScope(String name, List<String> transformations, Digest digest)
protected
XmlRootSignatureScope(List<String> transformations, Digest digest)
-
Method Summary
Modifier and Type Method Description String
getDescription()
SignatureScopeType
getType()
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
-
Constructor Details
-
Method Details
-
getDescription
- Overrides:
getDescription
in classXmlElementSignatureScope
-
getType
- Overrides:
getType
in classXmlElementSignatureScope
-