Interface SignatureInterface

All Known Implementing Classes:
CreateSignature, CreateSignatureBase, CreateSignedTimeStamp, CreateVisibleSignature, CreateVisibleSignature2

public interface SignatureInterface
Providing an interface for accessing necessary functions for signing a PDF document.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    sign(InputStream content)
    Creates a cms signature for the given content
  • Method Details

    • sign

      byte[] sign(InputStream content) throws IOException
      Creates a cms signature for the given content
      Parameters:
      content - is the content as a (Filter)InputStream
      Returns:
      signature as a byte array
      Throws:
      IOException - if the signature could not be created