Puts a server-side SMIME signature on a message.
It is a concrete subclass of
SMIMEAbstractSign , with very few modifications to it.
A text file with an explanation text is attached to the original message,
and the resulting message with all its attachments is signed.
The resulting appearence of the message is almost unchanged: only an extra attachment
and the signature are added.
Handles the following init parameters (will comment only the differences from
SMIMEAbstractSign ):
- <debug>.
- <keyStoreFileName>.
- <keyStorePassword>.
- <keyAlias>.
- <keyAliasPassword>.
- <keyStoreType>.
- <postmasterSigns>.
|