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
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSignatureScopeWithTransformations(String name, Digest digest, List<String> transformations)
-
Method Summary
Modifier and Type Method Description protected StringaddTransformationDescription(String description)List<String>getTransformations()protected booleanisTransformationsNotEmpty()-
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
equals, getDescription, getDigest, getDSSId, getDSSIdAsString, getName, getType, hashCode
-
-
-
-
Method Detail
-
isTransformationsNotEmpty
protected boolean isTransformationsNotEmpty()
-
getTransformations
public List<String> getTransformations()
- Overrides:
getTransformationsin classSignatureScope
-
-