Class XmlRootSignatureScope

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

public class XmlRootSignatureScope extends XmlElementSignatureScope
Defines a root XML document signature scope
See Also:
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    XmlRootSignatureScope(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations)
    Default constructor
    protected
    XmlRootSignatureScope(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations)
    Constructor with document name
  • Method Summary

    Modifier and Type
    Method
    Description
    getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider)
     
    eu.europa.esig.dss.enumerations.SignatureScopeType
     

    Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations

    addTransformationIfNeeded, equals, getTransformations, hashCode, toString

    Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope

    addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • XmlRootSignatureScope

      protected XmlRootSignatureScope(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations)
      Default constructor
      Parameters:
      document - DSSDocument
      transformations - a list of String transform descriptions
    • XmlRootSignatureScope

      protected XmlRootSignatureScope(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations)
      Constructor with document name
      Parameters:
      name - String document name
      document - DSSDocument
      transformations - a list of String transform descriptions
  • Method Details