Class ContainerSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.ContainerSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject,Serializable
- Direct Known Subclasses:
ContainerContentSignatureScope
This Signature Scope represents a "package.zip" container for ASiC-S signatures
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContainerSignatureScope(DSSDocument document) Default constructorContainerSignatureScope(String filename, DSSDocument document) Default constructor -
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
-
ContainerSignatureScope
Default constructor- Parameters:
document-DSSDocument
-
ContainerSignatureScope
Default constructor- Parameters:
filename-Stringname of the documentdocument-DSSDocument
-
-
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
-