Class SignatureScopeWithTransformations
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
- Direct Known Subclasses:
ManifestEntrySignatureScope,ManifestSignatureScope,XmlElementSignatureScope
public abstract class SignatureScopeWithTransformations extends SignatureScope
The signature scope with the performed transforms
-
Constructor Summary
Constructors Modifier Constructor Description protectedSignatureScopeWithTransformations(String name, Digest digest, List<String> transformations)Default constructor -
Method Summary
Modifier and Type Method Description protected StringaddTransformationDescription(String description)Adds a description to the signature scopeList<String>getTransformations()protected booleanisTransformationsNotEmpty()Checks if the list of transforms is not emptyMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDescription, getDigest, getDSSId, getDSSIdAsString, getName, getType, hashCode
-
Constructor Details
-
Method Details
-
addTransformationDescription
Adds a description to the signature scope -
isTransformationsNotEmpty
protected boolean isTransformationsNotEmpty()Checks if the list of transforms is not empty- Returns:
- TRUE if transforms are not empty, FALSE otherwise
-
getTransformations
- Overrides:
getTransformationsin classSignatureScope
-