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
ConstructorsConstructorDescriptionManifestSignatureScope(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 SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformations, toStringMethods inherited from class SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, hashCode
-
Constructor Details
-
ManifestSignatureScope
Default constructor- Parameters:
manifestFile-ManifestFile
-
ManifestSignatureScope
Constructor with a list of XML transformations (to be used for XAdES only)- Parameters:
manifestFile-ManifestFiletransformations- a list ofStringtransforms definitions
-
ManifestSignatureScope
Constructor with a list of XML transformations (to be used for XAdES only)- Parameters:
filename-Stringname of the manifest filedocument-DSSDocumentmanifest contenttransformations- a list ofStringtransforms definitions
-
-
Method Details
-
getDescription
Description copied from class:SignatureScopeGets the signature scope description- Specified by:
getDescriptionin classSignatureScope- Parameters:
tokenIdentifierProvider-TokenIdentifierProviderto extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScopeReturns type of the signature scope- Specified by:
getTypein classSignatureScope- Returns:
SignatureScopeType
-