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
Modifier and TypeMethodDescriptionMethod to determine the certificate of an given mail-address
-
Method Details
-
findCertificateForModel
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
-