java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.ContainerSignatureScope
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
- Direct Known Subclasses:
ContainerContentSignatureScope
public class ContainerSignatureScope
extends eu.europa.esig.dss.model.scope.SignatureScope
This Signature Scope represents a "package.zip" container for ASiC-S signatures
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContainerSignatureScope(eu.europa.esig.dss.model.DSSDocument document) Default constructorContainerSignatureScope(String filename, 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
-
ContainerSignatureScope
public ContainerSignatureScope(eu.europa.esig.dss.model.DSSDocument document) Default constructor- Parameters:
document-DSSDocument
-
ContainerSignatureScope
Default constructor- Parameters:
filename-Stringname of the documentdocument-DSSDocument
-
-
Method Details
-
getDescription
public String getDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Specified by:
getDescriptionin classeu.europa.esig.dss.model.scope.SignatureScope
-
getType
public eu.europa.esig.dss.enumerations.SignatureScopeType getType()- Specified by:
getTypein classeu.europa.esig.dss.model.scope.SignatureScope
-