Class XPointerSignatureScope
java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
eu.europa.esig.dss.xades.validation.scope.XPointerSignatureScope
-
Constructor Summary
ModifierConstructorDescriptionprotected
XPointerSignatureScope
(String uri, DSSDocument document, List<String> transformations) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
getDescription
(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()
Returns type of the signature scopeint
hashCode()
toString()
Methods inherited from class eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformations
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
XPointerSignatureScope
Default constructor- Parameters:
uri
-String
document
-DSSDocument
transformations
- a list ofString
transform descriptions
-
-
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
-
toString
- Overrides:
toString
in classSignatureScopeWithTransformations
-
equals
- Overrides:
equals
in classSignatureScopeWithTransformations
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSignatureScopeWithTransformations
-