sign
Signs the given file and returns the file where the signature has been written to.
Return
The file where the signature has been written to
Parameters
signatory
The signatory
to Sign
The file to be signed
Signs the data from the given InputStream and stores the signature in the given OutputStream.
Parameters
signatory
The signatory
to Sign
The source of the data to be signed
destination
Where the signature will be written to