|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.mail.smime.SMIMEGenerator
super class of the various generators.
Field Summary | |
protected java.lang.String |
encoding
|
protected boolean |
useBase64
|
Constructor Summary | |
protected |
SMIMEGenerator()
base constructor |
Method Summary | |
protected javax.mail.internet.MimeBodyPart |
makeContentBodyPart(javax.mail.internet.MimeBodyPart content)
Make sure we have a valid content body part - setting the headers with defaults if neccessary. |
protected javax.mail.internet.MimeBodyPart |
makeContentBodyPart(javax.mail.internet.MimeMessage message)
extract an appropriate body part from the passed in MimeMessage |
void |
setContentTransferEncoding(java.lang.String encoding)
set the content-transfer-encoding for the CMS block (enveloped data, signature, etc[]) in the message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean useBase64
protected java.lang.String encoding
Constructor Detail |
protected SMIMEGenerator()
Method Detail |
public void setContentTransferEncoding(java.lang.String encoding)
encoding
- the encoding to use, default "base64", use "binary" for a binary encoding.protected javax.mail.internet.MimeBodyPart makeContentBodyPart(javax.mail.internet.MimeBodyPart content) throws SMIMEException
SMIMEException
protected javax.mail.internet.MimeBodyPart makeContentBodyPart(javax.mail.internet.MimeMessage message) throws SMIMEException
SMIMEException
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |