|
Oracle Security Developer Tools S/MIME Java API Reference 10g (10.1.4.0.1) B28172-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface that represents a S/MIME Object.
| Method Summary | |
java.lang.String |
generateContentType()Returns the content type of this smime object. |
java.lang.String |
generateContentType(boolean useStandardContentTypes)Returns the content type of this smime object. |
void |
writeTo(java.io.OutputStream os, java.lang.String mimeType)Output this object to the specified output stream. |
| Method Detail |
public java.lang.String generateContentType(boolean useStandardContentTypes)
useStandardContentTypes - If true the standard content type is generated; If false the experimental content type is generated.public java.lang.String generateContentType()
public void writeTo(java.io.OutputStream os,
java.lang.String mimeType)
throws java.io.IOException,
javax.mail.MessagingException
os - The output stream.mimeType - The mime-type of the smime object.java.io.IOException - An I/O error occurred.javax.mail.MessagingException - An error occurred while writing the smime message.
|
Oracle Security Developer Tools S/MIME Java API Reference 10g (10.1.4.0.1) B28172-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||