| org.columba.mail.pgp.MultipartSignedRenderer
MultipartSignedRenderer | public class MultipartSignedRenderer extends MimePartRenderer (Code) | | author: waffel author: This class renders a message to be a signed message. The class supports author: currently only pgp as method. |
Constructor Summary | |
public | MultipartSignedRenderer() Creates a new Instance to render a message which should be signed. |
MultipartSignedRenderer | public MultipartSignedRenderer()(Code) | | Creates a new Instance to render a message which should be signed. This
constructor initialize the header for the signature with new mime header
application and the value pgp-signature
|
|
|