Class XmlFullSignatureScope
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
eu.europa.esig.dss.xades.validation.scope.XmlFullSignatureScope
- All Implemented Interfaces:
IdentifierBasedObject
,Serializable
Defines a full XML document signature scope
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
XmlFullSignatureScope
(String name, DSSDocument document, List<String> transformations) Constructor with document name -
Method Summary
Methods inherited from class eu.europa.esig.dss.xades.validation.scope.XmlRootSignatureScope
getDescription, getType
Methods 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
-
XmlFullSignatureScope
Constructor with document name- Parameters:
name
-String
document namedocument
-DSSDocument
transformations
- a list ofString
transform descriptions
-