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
ConstructorsModifierConstructorDescriptionprotectedSignatureScopeWithTransformations(String name, Digest digest, List<String> transformations) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected StringaddTransformationIfNeeded(String description) Adds a description to the signature scope if neededbooleanReturns a list of transformations on the original document when applicableinthashCode()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:SignatureScopeReturns a list of transformations on the original document when applicable- Overrides:
getTransformationsin classSignatureScope- Returns:
- a list of
Strings
-
toString
- Overrides:
toStringin classSignatureScope
-
equals
- Overrides:
equalsin classSignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCodein classSignatureScope
-