Class SignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
- Direct Known Subclasses:
ContainerSignatureScope,CounterSignatureScope,DigestSignatureScope,FullSignatureScope,HTTPHeaderSignatureScope,PartialSignatureScope,SignatureScopeWithTransformations,XPointerSignatureScope
public abstract class SignatureScope extends Object
This class describes the scope of the signature
-
Constructor Summary
Constructors Modifier Constructor Description protectedSignatureScope(String name, Digest digest) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)abstract StringgetDescription()DigestgetDigest()DataIdentifiergetDSSId()StringgetDSSIdAsString()StringgetName()List<String>getTransformations()abstract SignatureScopeTypegetType()inthashCode()