Class VisualSignatureParser


  • public class VisualSignatureParser
    extends BaseParser
    • Constructor Detail

      • VisualSignatureParser

        public VisualSignatureParser​(java.io.InputStream input)
                              throws java.io.IOException
        Constructor.
        Parameters:
        input - the inputstream to be read.
        Throws:
        java.io.IOException - If something went wrong
    • Method Detail

      • parse

        public void parse()
                   throws java.io.IOException
        This will parse the tokens making up the visual signature.
        Throws:
        java.io.IOException - If there is an error while parsing the visual signature.
      • getDocument

        public COSDocument getDocument()
                                throws java.io.IOException
        Returns the underlying COSDocument.
        Returns:
        the COSDocument
        Throws:
        java.io.IOException - If something went wrong