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 neededReturns a list of transformations on the original document when applicableMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDescription, getDigest, getDSSId, getDSSIdAsString, getName, getType, hashCode
-
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
-