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()
IPluginMailEncryptionRetVal
IPluginMailEncryptionParams
that were passed to the plugin.getCertificate
in interface IPluginMailEncryptionRetVal
null
if no
certificate was found. In this case, other certificate providers are searched for a certificate.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.