| 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 JakartaMail API (jakarta.mail package).
|
class |
EncryptedContent
This class can be used to create S/MIME encrypted emails in combination with
the jakarta.mail package.
|
class |
SignedContent
This class can be used to create S/MIME signed emails in combination with
the
jakarta.mail package. |
| Constructor and Description |
|---|
CompressedContent(SMimeContentType smimeCT) |
EncryptedContent(SMimeContentType smimeCT) |
SignedContent(SMimeContentType smimeCT,
boolean implicit) |