Package de.xima.fc.mail.interfaces
Interface IMailEncryptorCertProvider
-
- All Known Implementing Classes:
KeyStoreCertProvider
,PluginCertProvider
public interface IMailEncryptorCertProvider
Interface for certificate-providers for the mail-encryption- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509Certificate
findCertificateForModel(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:
X509Certificate
the certificate ornull
is none was found
-
-