Class HTTPHeaderSignatureScope

java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.jades.HTTPHeaderSignatureScope
Direct Known Subclasses:
HTTPHeaderMessageBodySignatureScope

public class HTTPHeaderSignatureScope
extends SignatureScope
The signature scope used to define the signed payload with HTTPHeader SigD Mechanism
  • Constructor Details

    • HTTPHeaderSignatureScope

      public HTTPHeaderSignatureScope​(Digest digest)
      The default constructor
      Parameters:
      digest - Digest of the computed JWS Payload
    • HTTPHeaderSignatureScope

      protected HTTPHeaderSignatureScope​(String name, Digest digest)
      Constructor with document name
      Parameters:
      name - String document name
      digest - Digest of the document
  • Method Details