Module jpms_dss_spi

Class DigestSignatureScope

java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.DigestSignatureScope
All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject, Serializable

public class DigestSignatureScope extends eu.europa.esig.dss.model.scope.SignatureScope
The Signature Scope defines a Digest document
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DigestSignatureScope(String filename, eu.europa.esig.dss.model.DSSDocument digestDocument)
    Default constructor with a filename
  • 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.model.scope.SignatureScope

    addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode, toString

    Methods inherited from class java.lang.Object

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

    • DigestSignatureScope

      public DigestSignatureScope(String filename, eu.europa.esig.dss.model.DSSDocument digestDocument)
      Default constructor with a filename
      Parameters:
      filename - String filename
      digestDocument - String filename
  • Method Details

    • getDescription

      public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider)
      Specified by:
      getDescription in class eu.europa.esig.dss.model.scope.SignatureScope
    • getType

      public eu.europa.esig.dss.enumerations.SignatureScopeType getType()
      Specified by:
      getType in class eu.europa.esig.dss.model.scope.SignatureScope