Interface SignatureInterface
-
public interface SignatureInterface
Providing an interface for accessing necessary functions for signing a PDF document.
-
-
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
-