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:IMailEncryptorCertProviderMethod to determine the certificate of an given mail-address- Specified by:
findCertificateForModelin interfaceIMailEncryptorCertProvider- Parameters:
model- containing mail and client- Returns:
X509Certificatethe certificate ornullis none was found
-