| Package | Description |
|---|---|
| iaik.smime |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressedContent
This class can be used to create compressed S/MIME emails in combination with
the JavaMail API (javax.mail package).
|
class |
EncryptedContent
This class can be used to create S/MIME encrypted emails in combination with
the javax.mail package.
|
class |
SignedContent
This class can be used to create S/MIME signed emails in combination with
the
javax.mail package. |
| Constructor and Description |
|---|
CompressedContent(SMimeContentType smimeCT) |
EncryptedContent(SMimeContentType smimeCT) |
SignedContent(SMimeContentType smimeCT,
boolean implicit) |