java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureSignatureScope
- All Implemented Interfaces:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
public class SignatureSignatureScope
extends eu.europa.esig.dss.model.scope.SignatureScope
Defines a signature scope covering a signature
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSignatureSignatureScope(AdvancedSignature signature, eu.europa.esig.dss.model.DSSDocument document) Default constructor to create a signature scope -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) eu.europa.esig.dss.model.identifier.DataIdentifiergetDSSId()getName(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, getDSSIdAsString, getTransformations, hashCode, toString
-
Constructor Details
-
SignatureSignatureScope
public SignatureSignatureScope(AdvancedSignature signature, eu.europa.esig.dss.model.DSSDocument document) Default constructor to create a signature scope- Parameters:
signature-AdvancedSignaturedocument-DSSDocumentrepresenting the covered signature document (NOTE: not necessary to be a signature file)
-
-
Method Details
-
getDSSId
public eu.europa.esig.dss.model.identifier.DataIdentifier getDSSId()- Specified by:
getDSSIdin interfaceeu.europa.esig.dss.model.identifier.IdentifierBasedObject- Overrides:
getDSSIdin classeu.europa.esig.dss.model.scope.SignatureScope
-
getName
public String getName(eu.europa.esig.dss.model.identifier.TokenIdentifierProvider tokenIdentifierProvider) - Overrides:
getNamein classeu.europa.esig.dss.model.scope.SignatureScope
-
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
-