|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An implementation of this interface should provide implementations of the encryption creating process as described in RFC 1847.
Method Summary | |
void |
encrypt()
This method does the actual encrypting. |
javax.mail.BodyPart |
getContentPart()
Returns the content part that was set earlier. |
javax.mail.BodyPart |
getControlPart()
Returns the body part containing the control information. |
javax.mail.BodyPart |
getEncryptedPart()
Returns the body part containing the encrypted data. |
void |
setContentPart(javax.mail.BodyPart contentPart)
Sets the content part that is to be encrypted. |
Method Detail |
public void encrypt() throws javax.mail.MessagingException
javax.mail.MessagingException
public void setContentPart(javax.mail.BodyPart contentPart)
public javax.mail.BodyPart getContentPart()
public javax.mail.BodyPart getEncryptedPart()
public javax.mail.BodyPart getControlPart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |