org.bouncycastle.mail.smime
public class SMIMEGenerator extends Object
Field Summary | |
---|---|
protected String | encoding |
protected boolean | useBase64 |
Constructor Summary | |
---|---|
protected | SMIMEGenerator()
base constructor |
Method Summary | |
---|---|
protected KeyGenerator | createSymmetricKeyGenerator(String encryptionOID, String provider) |
protected MimeBodyPart | makeContentBodyPart(MimeBodyPart content)
Make sure we have a valid content body part - setting the headers
with defaults if neccessary. |
protected MimeBodyPart | makeContentBodyPart(MimeMessage message)
extract an appropriate body part from the passed in MimeMessage |
void | setContentTransferEncoding(String encoding)
set the content-transfer-encoding for the signature. |