Class ManifestEntrySignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
eu.europa.esig.dss.xades.validation.scope.ManifestEntrySignatureScope
- All Implemented Interfaces:
IdentifierBasedObject, Serializable
This SignatureScope represents a Manifest entry document
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestEntrySignatureScope(String entryName, DSSDocument document, String manifestName, List<String> transformations) Constructor with transformations (Used in XAdES) -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()Returns type of the signature scopetoString()Methods inherited from class SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformationsMethods inherited from class SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, hashCode
-
Constructor Details
-
ManifestEntrySignatureScope
public ManifestEntrySignatureScope(String entryName, DSSDocument document, String manifestName, List<String> transformations) Constructor with transformations (Used in XAdES)- Parameters:
entryName-Stringname of the manifest entrydocument-DSSDocumentmanifest entry contentmanifestName-Stringname of the manifest containing the entrytransformations- list ofStrings transformations
-
-
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
-
toString
- Overrides:
toStringin classSignatureScopeWithTransformations
-