Class PluginCertProvider
- java.lang.Object
-
- de.xima.fc.mail.impl.encrypt.certprovider.PluginCertProvider
-
- All Implemented Interfaces:
IMailEncryptorCertProvider
public class PluginCertProvider extends Object implements IMailEncryptorCertProvider
An mail-encryptor key-provider to determine the certificates by browsing through Plugins- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description PluginCertProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificatefindCertificateForModel(CertRequestDataModel model)Method to dertermine the certificate of an given mail-address
-
-
-
Method Detail
-
findCertificateForModel
public X509Certificate findCertificateForModel(CertRequestDataModel model)
Description copied from interface:IMailEncryptorCertProviderMethod to dertermine the certificate of an given mail-address- Specified by:
findCertificateForModelin interfaceIMailEncryptorCertProvider- Returns:
X509Certificatethe certificate ornullis none was found
-
-