Class ManifestSignatureScope
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:
IdentifierBasedObject
,Serializable
The Signature Scope represents a Manifest document
- See Also:
-
Constructor Summary
ConstructorDescriptionManifestSignatureScope
(ManifestFile manifestFile) Default constructorManifestSignatureScope
(ManifestFile manifestFile, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only)ManifestSignatureScope
(String filename, DSSDocument document, List<String> transformations) Constructor with a list of XML transformations (to be used for XAdES only) -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toString
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
ManifestSignatureScope
Default constructor- Parameters:
manifestFile
-ManifestFile
-
ManifestSignatureScope
Constructor with a list of XML transformations (to be used for XAdES only)- Parameters:
manifestFile
-ManifestFile
transformations
- a list ofString
transforms definitions
-
ManifestSignatureScope
Constructor with a list of XML transformations (to be used for XAdES only)- Parameters:
filename
-String
name of the manifest filedocument
-DSSDocument
manifest contenttransformations
- a list ofString
transforms definitions
-
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Specified by:
getType
in classSignatureScope
- Returns:
SignatureScopeType
-