org.enhydra.oyster.smime |
|
Java Source File Name | Type | Comment |
BaseSignedSMIMEObject.java | Class | This class is used as super class for SignedSMIME and SignedAndEnvelopedSMIME
classes. |
BaseSMIMEObject.java | Class | This class is used as super class for all four email types with SMIME
cryptography capabilities (Enveloped, Signed Signed and Enveloped and Enveloped
and Signed). |
EnvelopedSMIME.java | Class | EnvelopedSMIME class is used for creating and sending encrypted S/MIME
message.
Email message is in general composed of the content of the message and of one or
more attachments. |
SignedAndEnvelopedSMIME.java | Class | SignedAndEnvelopedSMIME class is used for creating and sending signed and
encrypted, or encrypted and signed S/MIME messages. |
SignedSMIME.java | Class | SignedSMIME class is used for creating and sending signed S/MIME message.
Email message is in general composed of the content of the message and of one or
more attachments. |