Uses of Class
net.bluemind.addressbook.api.CertInfo
Packages that use CertInfo
-
Uses of CertInfo in net.bluemind.addressbook.api
Methods in net.bluemind.addressbook.api that return types with arguments of type CertInfoModifier and TypeMethodDescriptionIAddressBooks.findCertsByEmail
(String email) Look up certificates for the given email in all subscribed addressbooks This operation is suitable to look up usable smime certs to encrypt a message for a recipient.IAddressBooksPromise.findCertsByEmail
(String email) Method parameters in net.bluemind.addressbook.api with type arguments of type CertInfoModifier and TypeMethodDescriptionvoid
IAddressBooksAsync.findCertsByEmail
(String email, AsyncHandler<List<CertInfo>> handler)