java.lang.Object
eu.europa.esig.dss.model.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:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
- Direct Known Subclasses:
XmlFullSignatureScope
Defines a root XML document signature scope
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXmlRootSignatureScope(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Default constructorprotectedXmlRootSignatureScope(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Constructor with document name -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) eu.europa.esig.dss.enumerations.SignatureScopeTypegetType()Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toStringMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
XmlRootSignatureScope
protected XmlRootSignatureScope(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Default constructor- Parameters:
document-DSSDocumenttransformations- a list ofStringtransform descriptions
-
XmlRootSignatureScope
protected XmlRootSignatureScope(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Constructor with document name
-
-
Method Details
-
getDescription
public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Overrides:
getDescriptionin classXmlElementSignatureScope
-
getType
public eu.europa.esig.dss.enumerations.SignatureScopeType getType()- Overrides:
getTypein classXmlElementSignatureScope
-