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
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
- Direct Known Subclasses:
XmlFullSignatureScope
Defines a root XML document signature scope
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
XmlRootSignatureScope
(String name, List<String> transformations, Digest digest) Constructor with document nameprotected
XmlRootSignatureScope
(List<String> transformations, Digest digest) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the signature scope descriptiongetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toString
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
XmlRootSignatureScope
Default constructor -
XmlRootSignatureScope
Constructor with document name
-
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Overrides:
getDescription
in classXmlElementSignatureScope
- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Overrides:
getType
in classXmlElementSignatureScope
- Returns:
SignatureScopeType
-