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()
-
-
-
Method Detail
-
getName
public String getName()
-
getDigest
public Digest getDigest()
-
getDescription
public abstract String getDescription()
-
getType
public abstract SignatureScopeType getType()
-
getDSSId
public DataIdentifier getDSSId()
-
getDSSIdAsString
public String getDSSIdAsString()
-
-