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 protected
SignatureScope(String name, Digest digest)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
abstract String
getDescription()
Digest
getDigest()
DataIdentifier
getDSSId()
String
getDSSIdAsString()
String
getName()
List<String>
getTransformations()
abstract SignatureScopeType
getType()
int
hashCode()
-
Constructor Details
-
Method Details
-
getName
-
getDigest
-
getDescription
-
getTransformations
-
getType
-
getDSSId
-
getDSSIdAsString
-
equals
-
hashCode
public int hashCode()
-