Package eu.europa.esig.dss.jades
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 Summary
Constructors Modifier Constructor Description HTTPHeaderSignatureScope(Digest digest)
The default constructorprotected
HTTPHeaderSignatureScope(String name, Digest digest)
Constructor with document name -
Method Summary
Modifier and Type Method Description String
getDescription()
SignatureScopeType
getType()
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode
-
Constructor Details
-
Method Details
-
getDescription
- Specified by:
getDescription
in classSignatureScope
-
getType
- Specified by:
getType
in classSignatureScope
-