public class PluginMailEncryptionRetVal extends Object implements IPluginMailEncryptionRetVal
| Constructor and Description |
|---|
PluginMailEncryptionRetVal(X509Certificate certificate) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
This should return the certificate to be used for encrypting the email.
|
public PluginMailEncryptionRetVal(X509Certificate certificate)
certificate - The certificate to be returned by the plugin.public X509Certificate getCertificate()
IPluginMailEncryptionRetValIPluginMailEncryptionParams that were passed to the plugin.getCertificate in interface IPluginMailEncryptionRetValnull if no
certificate was found. In this case, other certificate providers are searched for a certificate.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.