Class FullSignatureScope

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

public final class FullSignatureScope extends SignatureScope
Marker class meaning that the signature covers the whole document.
See Also:
  • Constructor Details

    • FullSignatureScope

      public FullSignatureScope(String name, eu.europa.esig.dss.model.Digest digest)
      Default constructor
      Parameters:
      name - String filename
      digest - Digest
  • Method Details