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:
IdentifierBasedObject
,Serializable
This SignatureScope represents a content of a package.zip container file for an ASiC-S container
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()
Returns type of the signature scopeMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, equals, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName, getTransformations, hashCode, toString
-
Constructor Details
-
ContainerContentSignatureScope
Default constructor- Parameters:
document
-DSSDocument
-
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Overrides:
getDescription
in classContainerSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Overrides:
getType
in classContainerSignatureScope
- Returns:
SignatureScopeType
-