java.lang.Object
eu.europa.esig.dss.model.scope.SignatureScope
eu.europa.esig.dss.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:
eu.europa.esig.dss.model.identifier.IdentifierBasedObject,Serializable
Defines a full XML document signature scope
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXmlFullSignatureScope(String name, eu.europa.esig.dss.model.DSSDocument document, List<String> transformations) Constructor with document name -
Method Summary
Methods inherited from class eu.europa.esig.dss.xades.validation.scope.XmlRootSignatureScope
getDescription, getTypeMethods inherited from class eu.europa.esig.dss.validation.scope.SignatureScopeWithTransformations
addTransformationIfNeeded, equals, getTransformations, hashCode, toStringMethods inherited from class eu.europa.esig.dss.model.scope.SignatureScope
addChildSignatureScope, getChildren, getDigest, getDocumentName, getDSSId, getDSSIdAsString, getName
-
Constructor Details