Class SignatureScopeWithTransformations
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.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(DSSDocument document, List<String> transformations) Default constructor with a name extracted from a documentprotectedSignatureScopeWithTransformations(String name, DSSDocument document, List<String> transformations) Default constructor with a name provided -
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.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDescription, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getType
-
Constructor Details
-
SignatureScopeWithTransformations
Default constructor with a name extracted from a document- Parameters:
document-DSSDocumenttransformations- list ofStringtransform definitions
-
SignatureScopeWithTransformations
protected SignatureScopeWithTransformations(String name, DSSDocument document, List<String> transformations) Default constructor with a name provided- Parameters:
name-Stringfilenamedocument-DSSDocumenttransformations- list ofStringtransform definitions
-
-
Method Details
-
addTransformationIfNeeded
-
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
-