Class FullSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.FullSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
Marker class meaning that the signature covers the whole document.
- See Also:
-
Constructor Summary
ConstructorDescriptionFullSignatureScope
(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
-
FullSignatureScope
Default constructor- Parameters:
filename
-String
document
-DSSDocument
-
-
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
-