|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractProcessor | |
---|---|
org.cert.cc.description | |
org.cert.cc.encryption |
Uses of AbstractProcessor in org.cert.cc.description |
---|
Subclasses of AbstractProcessor in org.cert.cc.description | |
---|---|
class |
PGPEncryptedEmailBodyProcessor
PGPEncryptedEmailBodyProcessor handles any PGP encrypted email message. |
class |
SMIMEEncrytpedProcessor
SMIMEEncrytpedProcessor handles any S/MIME encrypted email message. |
Uses of AbstractProcessor in org.cert.cc.encryption |
---|
Subclasses of AbstractProcessor in org.cert.cc.encryption | |
---|---|
class |
AbstractPGPProcessor<R>
AbstractPGPProcessor is the base class for PGP/GPG decryption. |
class |
AbstractSMIMEProcessor<R>
AbstractSMIMEProcessor is the base class for S/MIME decryption. |
class |
MessagePGPProcessor
MessagePGPProcessor takes a PGP encrypted data and produces a mail Message . |
class |
MessageSMIMEProcessor
MessageSMIMEProcessor returns the decrypted data that could be a Multipart object or possible a String . |
class |
PartPGPProcessor
PartPGPProcessor converts an encrypted BodyPart p into a decrypted BodyPart |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |