Interface SignatureInterface
-
public interface SignatureInterfaceProviding an interface for accessing necessary functions for signing a PDF document.- Author:
- Thomas Chojecki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]sign(java.io.InputStream content)Creates a cms signature for the given content
-