Class SignatureScopeWithTransformations

java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
Direct Known Subclasses:
ManifestEntrySignatureScope, ManifestSignatureScope, XmlElementSignatureScope

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

    • SignatureScopeWithTransformations

      protected SignatureScopeWithTransformations​(String name, Digest digest, List<String> transformations)
      Default constructor
      Parameters:
      name - String document name
      digest - Digest digest document
      transformations - list of String transform definitions
  • Method Details

    • addTransformationDescription

      protected String addTransformationDescription​(String description)
      Adds a description to the signature scope
      Parameters:
      description - String to add
      Returns:
      String
    • isTransformationsNotEmpty

      protected boolean isTransformationsNotEmpty()
      Checks if the list of transforms is not empty
      Returns:
      TRUE if transforms are not empty, FALSE otherwise
    • getTransformations

      public List<String> getTransformations()
      Overrides:
      getTransformations in class SignatureScope