Class FullSignatureScope
- java.lang.Object
-
- eu.europa.esig.dss.validation.scope.SignatureScope
-
- eu.europa.esig.dss.validation.scope.FullSignatureScope
-
public final class FullSignatureScope extends SignatureScope
Marker class meaning that the signature covers the whole document.
-
-
Constructor Summary
Constructors Constructor Description FullSignatureScope(String name, Digest digest)
-
Method Summary
Modifier and Type Method Description StringgetDescription()SignatureScopeTypegetType()-
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDigest, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classSignatureScope
-
getType
public SignatureScopeType getType()
- Specified by:
getTypein classSignatureScope
-
-