Uses of Class
de.xima.fc.mail.models.CertRequestDataModel
-
Packages that use CertRequestDataModel Package Description de.xima.fc.mail.impl.encrypt.certprovider de.xima.fc.mail.interfaces -
-
Uses of CertRequestDataModel in de.xima.fc.mail.impl.encrypt.certprovider
Methods in de.xima.fc.mail.impl.encrypt.certprovider with parameters of type CertRequestDataModel Modifier and Type Method Description X509Certificate
KeyStoreCertProvider. findCertificateForModel(CertRequestDataModel model)
X509Certificate
PluginCertProvider. findCertificateForModel(CertRequestDataModel model)
-
Uses of CertRequestDataModel in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces with parameters of type CertRequestDataModel Modifier and Type Method Description X509Certificate
IMailEncryptorCertProvider. findCertificateForModel(CertRequestDataModel model)
Method to dertermine the certificate of an given mail-address
-