java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
eu.europa.esig.dss.spi.validation.scope.ManifestSignatureScope
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
The Signature Scope represents a Manifest document
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestSignatureScope(eu.europa.esig.dss.model.ManifestFile manifestFile) Default constructorManifestSignatureScope(eu.europa.esig.dss.model.ManifestFile manifestFile, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only)ManifestSignatureScope(String filename, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only) -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) eu.europa.esig.dss.enumerations.SignatureScopeTypegetType()Methods inherited from class eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformations, toStringMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, hashCode
-
Constructor Details
-
ManifestSignatureScope
public ManifestSignatureScope(eu.europa.esig.dss.model.ManifestFile manifestFile) Default constructor- Parameters:
manifestFile-ManifestFile
-
ManifestSignatureScope
public ManifestSignatureScope(eu.europa.esig.dss.model.ManifestFile manifestFile, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only)- Parameters:
manifestFile-ManifestFiletransformations- a list ofStringtransforms definitions
-
ManifestSignatureScope
public ManifestSignatureScope(String filename, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only)
-
-
Method Details
-
getDescription
public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Specified by:
getDescriptionin classeu.europa.esig.dss.model.scope.SignatureScope
-
getType
public eu.europa.esig.dss.enumerations.SignatureScopeType getType()- Specified by:
getTypein classeu.europa.esig.dss.model.scope.SignatureScope
-