Class SignatureScopeWithTransformations
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
- Direct Known Subclasses:
ManifestEntrySignatureScope
,ManifestSignatureScope
,XmlElementSignatureScope
,XPointerSignatureScope
The signature scope with the performed transforms
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
SignatureScopeWithTransformations
(String name, Digest digest, List<String> transformations) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected String
addTransformationIfNeeded
(String description) Adds a description to the signature scope if neededboolean
Returns a list of transformations on the original document when applicableint
hashCode()
toString()
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDescription, getDigest, getDSSId, getDSSIdAsString, getName, getType
-
Constructor Details
-
Method Details
-
addTransformationIfNeeded
Adds a description to the signature scope if needed -
getTransformations
Description copied from class:SignatureScope
Returns a list of transformations on the original document when applicable- Overrides:
getTransformations
in classSignatureScope
- Returns:
- a list of
String
s
-
toString
- Overrides:
toString
in classSignatureScope
-
equals
- Overrides:
equals
in classSignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSignatureScope
-