Class XMLSignatureFileInput

  • All Implemented Interfaces:
    AutoCloseable

    public class XMLSignatureFileInput
    extends XMLSignatureStreamInput
    The XMLSignature Input for processing Path or File.

    NOTE: The stream may be closed in the process, but it is not guaranteed.

    • Constructor Detail

      • XMLSignatureFileInput

        public XMLSignatureFileInput​(Path file)
                              throws IOException
        Construct a XMLSignatureInput from a File

        NOTE: The stream may be closed in the process, but it is not guaranteed.

        Parameters:
        file -
        Throws:
        IOException
      • XMLSignatureFileInput

        public XMLSignatureFileInput​(File file)
                              throws IOException
        Construct a XMLSignatureInput from a File

        NOTE: The stream may be closed in the process, but it is not guaranteed.

        Parameters:
        file -
        Throws:
        IOException