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
ConstructorsModifierConstructorDescriptionprotectedXPointerSignatureScope(String uri, DSSDocument document, List<String> transformations) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDescription(TokenIdentifierProvider tokenIdentifierProvider) Gets the signature scope descriptiongetType()Returns type of the signature scopeinthashCode()toString()Methods inherited from class eu.europa.esig.dss.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformationsMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
XPointerSignatureScope
Default constructor- Parameters:
uri-Stringdocument-DSSDocumenttransformations- a list ofStringtransform descriptions
-
-
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
-
toString
- Overrides:
toStringin classSignatureScopeWithTransformations
-
equals
- Overrides:
equalsin classSignatureScopeWithTransformations
-
hashCode
public int hashCode()- Overrides:
hashCodein classSignatureScopeWithTransformations
-