Class PluginCertProvider
java.lang.Object
de.xima.fc.mail.impl.encrypt.certprovider.PluginCertProvider
- All Implemented Interfaces:
IMailEncryptorCertProvider
An mail-encryptor key-provider to determine the certificates by browsing through Plugins
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to determine the certificate of an given mail-address
-
Constructor Details
-
PluginCertProvider
public PluginCertProvider()
-
-
Method Details
-
findCertificateForModel
Description copied from interface:IMailEncryptorCertProvider
Method to determine the certificate of an given mail-address- Specified by:
findCertificateForModel
in interfaceIMailEncryptorCertProvider
- Parameters:
model
- containing mail and client- Returns:
X509Certificate
the certificate ornull
is none was found
-