Module jpms_dss_document
Class SignatureScopeWithTransformations
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.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
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDescription, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getType
-
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
-
equals
- Overrides:
equalsin classeu.europa.esig.dss.model.scope.SignatureScope
-
hashCode
public int hashCode()- Overrides:
hashCodein classeu.europa.esig.dss.model.scope.SignatureScope
-