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
ConstructorsConstructorDescriptionDigestDocumentXMLSignatureInput(DigestDocument document, DigestAlgorithm digestAlgorithm) Constructor for anXMLSignatureInputfrom aDigestDocument -
Method Summary
Methods inherited from class eu.europa.esig.dss.xades.validation.DSSDocumentXMLSignatureInput
getDocumentName, getMIMEType, getPreCalculatedDigest, isPreCalculatedDigest, setPreCalculatedDigestMethods 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 anXMLSignatureInputfrom aDigestDocument- Parameters:
document-DigestDocumentdigestAlgorithm-DigestAlgorithmused for the corresponding reference digest computation
-