|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An implementation of this interface decrypts the encrypted data in a multipart/encrypted as described in RFC 1847.
| Method Summary | |
void |
decrypt()
This method does the actual decrypting. |
javax.mail.BodyPart |
getContentPart()
Returns the bodypart containing the decrypted data. |
void |
setControlPart(javax.mail.BodyPart controlPart)
Sets the content part containing the control information. |
void |
setEncryptedPart(javax.mail.BodyPart encryptedPart)
Sets the body part, that contains the encrypted data. |
| Method Detail |
public void decrypt()
throws javax.mail.MessagingException
javax.mail.MessagingExceptionpublic void setControlPart(javax.mail.BodyPart controlPart)
public void setEncryptedPart(javax.mail.BodyPart encryptedPart)
public javax.mail.BodyPart getContentPart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||