|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An implementation of this interface verifies the signature in a multipart/signed as described in RFC 1847.
Method Summary | |
void |
setContentPart(javax.mail.BodyPart contentPart)
Sets the content part containing the content that was signed. |
void |
setSignaturePart(javax.mail.BodyPart signaturePart)
Sets the body part, that contains the signature created over the content part. |
void |
verify()
This method does the actual verifying. |
Method Detail |
public void verify() throws javax.mail.MessagingException
javax.mail.MessagingException
public void setContentPart(javax.mail.BodyPart contentPart)
public void setSignaturePart(javax.mail.BodyPart signaturePart)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |