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
- All Implemented Interfaces:
IdentifierBasedObject,Serializable
- Direct Known Subclasses:
XmlRootSignatureScope
XML element signature scope
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXmlElementSignatureScope(String xmlId, 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, toStringMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
Method Details
-
getDescription
Description copied from class:SignatureScopeGets the signature scope description- Specified by:
getDescriptionin classSignatureScope- Returns:
String
-
getType
Description copied from class:SignatureScopeReturns type of the signature scope- Specified by:
getTypein classSignatureScope- Returns:
SignatureScopeType
-