Class SignatureScopeWithTransformations

java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
All Implemented Interfaces:
IdentifierBasedObject, Serializable
Direct Known Subclasses:
ManifestEntrySignatureScope, ManifestSignatureScope, XmlElementSignatureScope, XPointerSignatureScope

public abstract class SignatureScopeWithTransformations extends SignatureScope
The signature scope with the performed transforms
See Also:
  • Constructor Details

    • SignatureScopeWithTransformations

      protected SignatureScopeWithTransformations(DSSDocument document, List<String> transformations)
      Default constructor with a name extracted from a document
      Parameters:
      document - DSSDocument
      transformations - list of String transform definitions
    • SignatureScopeWithTransformations

      protected SignatureScopeWithTransformations(String name, DSSDocument document, List<String> transformations)
      Default constructor with a name provided
      Parameters:
      name - String filename
      document - DSSDocument
      transformations - list of String transform definitions
  • Method Details