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
ConstructorDescriptionManifestEntrySignatureScope
(String entryName, DSSDocument document, String manifestName, List<String> transformations) Constructor with transformations (Used in XAdES) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()
Returns type of the signature scopeint
hashCode()
toString()
Methods inherited from class eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformations
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
ManifestEntrySignatureScope
public ManifestEntrySignatureScope(String entryName, DSSDocument document, String manifestName, List<String> transformations) Constructor with transformations (Used in XAdES)- Parameters:
entryName
-String
name of the manifest entrydocument
-DSSDocument
manifest entry contentmanifestName
-String
name of the manifest containing the entrytransformations
- list ofString
s transformations
-
-
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
-
toString
- Overrides:
toString
in classSignatureScopeWithTransformations
-
equals
- Overrides:
equals
in classSignatureScopeWithTransformations
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSignatureScopeWithTransformations
-