|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
BodyPartVerifier finds a
bad signature.- BadSignatureException(String) -
Constructor for class de.buelowssiege.mail.pgp_mime.BadSignatureException
-
- BadSignatureException(String, Exception) -
Constructor for class de.buelowssiege.mail.pgp_mime.BadSignatureException
-
- binaryPath -
Variable in class de.buelowssiege.mail.pgp_mime.gpg.GnuPGExecuter
-
- BodyPartDecrypter - interface de.buelowssiege.mail.pgp_mime.BodyPartDecrypter.
- An implementation of this interface decrypts the encrypted data in
a multipart/encrypted as described in
RFC 1847.
- BodyPartEncrypter - interface de.buelowssiege.mail.pgp_mime.BodyPartEncrypter.
- An implementation of this interface should provide implementations of the
encryption creating process as described in
RFC 1847.
- BodyPartSigner - interface de.buelowssiege.mail.pgp_mime.BodyPartSigner.
- An implementation of this interface should provide implementations of the
signature creating process as described in
RFC 1847.
- BodyPartVerifier - interface de.buelowssiege.mail.pgp_mime.BodyPartVerifier.
- An implementation of this interface verifies the signature in a
multipart/signed as described in
RFC 1847.
bodyPart as
the part to be encrypted and encrypter to do the
encrypting.
bodyPart as
the part to be signed and signer to do the signing.
encrypter
to do the encrypting.
signer to
do the signing.
multiPart as
the part to be encrypted and encrypter to do the
encrypting.
multiPart as
the part to be signed and signer to do the signing.
BodyPartEncrypter and
BodyPartDecrypter uses the GnuPG program to encrypt
and decrypt bodyparts.BodyPartSigner and
BodyPartVerifier uses the GnuPG program to construct
or verify the signature.MimeMultipart to conform to the
multipart/encrypted described in
RFC 1847MimeMultipart to conform to the
multipart/signed described in
RFC 1847.MimeBodyPart
and the MimeMultiPart implementation from SUN.
getLocalUser should be used.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||