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