Class SignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
- Direct Known Subclasses:
ContainerSignatureScope,DigestSignatureScope,FullSignatureScope,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()
-
Constructor Details
-
Method Details
-
getName
-
getDigest
-
getDescription
-
getTransformations
-
getType
-
getDSSId
-
getDSSIdAsString
-
equals
-
hashCode
public int hashCode()
-