Module jpms_dss_spi
Class ContainerContentSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.ContainerSignatureScope
eu.europa.esig.dss.spi.validation.scope.ContainerContentSignatureScope
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
This SignatureScope represents a content of a package.zip container file for an ASiC-S container
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContainerContentSignatureScope(eu.europa.esig.dss.model.DSSDocument document) Default constructor -
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.model.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode, toString
-
Constructor Details
-
ContainerContentSignatureScope
public ContainerContentSignatureScope(eu.europa.esig.dss.model.DSSDocument document) Default constructor- Parameters:
document-DSSDocument
-
-
Method Details
-
getDescription
public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Overrides:
getDescriptionin classContainerSignatureScope
-
getType
public eu.europa.esig.dss.enumerations.SignatureScopeType getType()- Overrides:
getTypein classContainerSignatureScope
-