Package de.xima.fc.mail.interfaces
Interface IMailEncryptorCertProvider
- 
- All Known Implementing Classes:
 KeyStoreCertProvider,PluginCertProvider
public interface IMailEncryptorCertProviderInterface for certificate-providers for the mail-encryption- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509CertificatefindCertificateForModel(CertRequestDataModel model)Method to determine the certificate of an given mail-address 
 - 
 
- 
- 
Method Detail
- 
findCertificateForModel
X509Certificate findCertificateForModel(CertRequestDataModel model)
Method to determine the certificate of an given mail-address- Parameters:
 model- containing mail and client- Returns:
 X509Certificatethe certificate ornullis none was found
 
 - 
 
 -