Class XPointerSignatureScope
java.lang.Object
eu.europa.esig.dss.validation.scope.SignatureScope
eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
eu.europa.esig.dss.xades.validation.scope.XPointerSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
XPointer signature scope
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
XPointerSignatureScope
(String uri, List<String> transformations, Digest digest) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, getTransformations
Methods inherited from class eu.europa.esig.dss.validation.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Specified by:
getDescription
in classSignatureScope
- 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
-