Module jpms_dss_spi
Class SignatureScopeWithTransformations
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
- Direct Known Subclasses:
ManifestSignatureScope
public abstract class SignatureScopeWithTransformations
extends eu.europa.esig.dss.model.scope.SignatureScope
The signature scope with the performed transforms
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSignatureScopeWithTransformations(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Default constructor with a name extracted from a documentprotectedSignatureScopeWithTransformations(String name, eu.europa.esig.dss.model.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 neededtoString()Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDescription, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getType, hashCode
-
Constructor Details
-
SignatureScopeWithTransformations
protected SignatureScopeWithTransformations(eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Default constructor with a name extracted from a document- Parameters:
document-DSSDocumenttransformations- list ofStringtransform definitions
-
SignatureScopeWithTransformations
protected SignatureScopeWithTransformations(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Default constructor with a name provided
-
-
Method Details
-
addTransformationIfNeeded
Adds a description to the signature scope if needed -
getTransformations
- Overrides:
getTransformationsin classeu.europa.esig.dss.model.scope.SignatureScope
-
toString
- Overrides:
toStringin classeu.europa.esig.dss.model.scope.SignatureScope
-