Package de.buelowssiege.mail.pgp_mime

Interface Summary
BodyPartDecrypter An implementation of this interface decrypts the encrypted data in a multipart/encrypted as described in RFC 1847.
BodyPartEncrypter An implementation of this interface should provide implementations of the encryption creating process as described in RFC 1847.
BodyPartSigner An implementation of this interface should provide implementations of the signature creating process as described in RFC 1847.
BodyPartVerifier An implementation of this interface verifies the signature in a multipart/signed as described in RFC 1847.
PGPAuthenticator An implementation of this interface provides information for signing and decrypting PGP mime messages.
 

Class Summary
MimeMultipartEncrypted This class extends the MimeMultipart to conform to the multipart/encrypted described in RFC 1847
MimeMultipartSigned This class extends the MimeMultipart to conform to the multipart/signed described in RFC 1847.
 

Exception Summary
BadSignatureException This exception is thrown if a BodyPartVerifier finds a bad signature.
PGPMimeException An exception thrown when an error occurs, which is specific to an smime operation.