Class DigestDocumentXMLSignatureInput
java.lang.Object
org.apache.xml.security.signature.XMLSignatureInput
eu.europa.esig.dss.xades.validation.DSSDocumentXMLSignatureInput
eu.europa.esig.dss.xades.validation.DigestDocumentXMLSignatureInput
This class is use for a
XMLSignatureInput
definition from a DigestDocument
-
Constructor Summary
ConstructorDescriptionDigestDocumentXMLSignatureInput
(DigestDocument document, DigestAlgorithm digestAlgorithm) Constructor for anXMLSignatureInput
from aDigestDocument
-
Method Summary
Methods inherited from class eu.europa.esig.dss.xades.validation.DSSDocumentXMLSignatureInput
getDocumentName, getMIMEType, getPreCalculatedDigest, isPreCalculatedDigest, setPreCalculatedDigest
Methods inherited from class org.apache.xml.security.signature.XMLSignatureInput
addNodeFilter, getBytes, getExcludeNode, getHTMLRepresentation, getHTMLRepresentation, getInputNodeSet, getNodeFilters, getNodeSet, getNodeSet, getOctetStream, getOctetStreamReal, getSourceURI, getSubNode, isByteArray, isElement, isExcludeComments, isInitialized, isNeedsToBeExpanded, isNodeSet, isOctetStream, isOutputStreamSet, isSecureValidation, setExcludeComments, setExcludeNode, setMIMEType, setNeedsToBeExpanded, setNodeSet, setOutputStream, setSecureValidation, setSourceURI, toString, updateOutputStream, updateOutputStream
-
Constructor Details
-
DigestDocumentXMLSignatureInput
Constructor for anXMLSignatureInput
from aDigestDocument
- Parameters:
document
-DigestDocument
digestAlgorithm
-DigestAlgorithm
used for the corresponding reference digest computation
-