Class XmlRootSignatureScope
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.XmlElementSignatureScope
eu.europa.esig.dss.xades.validation.scope.XmlRootSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
- Direct Known Subclasses:
XmlFullSignatureScope
Defines a root XML document signature scope
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
XmlRootSignatureScope
(DSSDocument document, List<String> transformations) Default constructorprotected
XmlRootSignatureScope
(String name, DSSDocument document, List<String> transformations) Constructor with document name -
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.spi.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toString
Methods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details
-
XmlRootSignatureScope
Default constructor- Parameters:
document
-DSSDocument
transformations
- a list ofString
transform descriptions
-
XmlRootSignatureScope
Constructor with document name- Parameters:
name
-String
document namedocument
-DSSDocument
transformations
- a list ofString
transform descriptions
-
-
Method Details
-
getDescription
Description copied from class:SignatureScope
Gets the signature scope description- Overrides:
getDescription
in classXmlElementSignatureScope
- Parameters:
tokenIdentifierProvider
-TokenIdentifierProvider
to extract a token identifier, when required- Returns:
String
-
getType
Description copied from class:SignatureScope
Returns type of the signature scope- Overrides:
getType
in classXmlElementSignatureScope
- Returns:
SignatureScopeType
-