Summary
Public Methods |
byte[]
|
signData(byte[] dataToSign)
Given some dataToSign , return the digital signature contents that will be placed in
the PDF document.
|
Public Constructors
public
BlankSignatureContents
()
Public Methods
public
byte[]
signData
(byte[] dataToSign)
Given some dataToSign
, return the digital signature contents that will be placed in
the PDF document.
Parameters
dataToSign |
The raw range of the PDF document that should be covered by the signature.
In a specific implementation, you may hash the data, encrypt it, and then return it
serialized in PKCS#7 format (https://tools.ietf.org/html/rfc2315).
|