|
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. |