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, isTransformationsNotEmptyMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDigest, getDSSId, getDSSIdAsString, getName, hashCode
-
Constructor Details
-
Method Details
-
getDescription
- Overrides:
getDescriptionin classXmlElementSignatureScope
-
getType
- Overrides:
getTypein classXmlElementSignatureScope
-