| Package | Description |
|---|---|
| org.simplejavamail.api.email | |
| org.simplejavamail.api.mailer | |
| org.simplejavamail.api.mailer.config |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Pkcs12Config |
EmailPopulatingBuilder.getPkcs12ConfigForSmimeSigning() |
@Nullable Pkcs12Config |
Email.getPkcs12ConfigForSmimeSigning() |
| Modifier and Type | Method and Description |
|---|---|
EmailPopulatingBuilder |
EmailPopulatingBuilder.signWithSmime(@NotNull Pkcs12Config pkcs12Config)
Signs this email with an S/MIME signature, so the receiving client
can verify whether the email content was tampered with.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable Pkcs12Config |
MailerGenericBuilder.getPkcs12ConfigForSmimeSigning() |
| Modifier and Type | Method and Description |
|---|---|
T |
MailerGenericBuilder.signByDefaultWithSmime(@NotNull Pkcs12Config pkcs12Config)
Signs this all emails by default with an S/MIME signature, so the receiving client
can verify whether the email content was tampered with.
|
| Modifier and Type | Method and Description |
|---|---|
Pkcs12Config |
Pkcs12Config.Pkcs12ConfigBuilder.build() |
@Nullable Pkcs12Config |
EmailGovernance.getPkcs12ConfigForSmimeSigning() |
Copyright © 2009–2022. All rights reserved.