Module org.apache.santuario.xmlsec
Class XMLSignatureFileInput
java.lang.Object
org.apache.xml.security.signature.XMLSignatureInput
org.apache.xml.security.signature.XMLSignatureStreamInput
org.apache.xml.security.signature.XMLSignatureFileInput
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionXMLSignatureFileInput(File file) Construct a XMLSignatureInput from a FileXMLSignatureFileInput(Path file) Construct a XMLSignatureInput from a File -
Method Summary
Methods inherited from class org.apache.xml.security.signature.XMLSignatureStreamInput
close, convertToNode, getUnprocessedInput, hasUnprocessedInput, writeMethods inherited from class org.apache.xml.security.signature.XMLSignatureInput
addNodeFilter, canonicalize, getBytes, getExcludeNode, getInputNodeSet, getMIMEType, getNodeFilters, getNodeSet, getOutputStream, getPreCalculatedDigest, getSourceURI, getSubNode, isElement, isExcludeComments, isNeedsToBeExpanded, isNodeSet, isOutputStreamSet, isSecureValidation, setExcludeComments, setExcludeNode, setMIMEType, setNeedsToBeExpanded, setNodeSet, setOutputStream, setSecureValidation, setSourceURI, toString, write
-
Constructor Details
-
XMLSignatureFileInput
Construct a XMLSignatureInput from a FileNOTE: The stream may be closed in the process, but it is not guaranteed.
- Parameters:
file-- Throws:
IOException
-
XMLSignatureFileInput
Construct a XMLSignatureInput from a FileNOTE: The stream may be closed in the process, but it is not guaranteed.
- Parameters:
file-- Throws:
IOException
-