Interface SignatureInterface
public interface SignatureInterface
Providing an interface for accessing necessary functions for signing a PDF document.
- Author:
- Thomas Chojecki
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]sign(InputStream content) Creates a cms signature for the given content
-
Method Details
-
sign
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 something went wrong
-