I don't believe there is currently any way to do so, although you could use the Transport interface without SSL and use your own SSLEngine to provide encryption.
The SSL stuff on the Java side is slated for a bit of a cleanup as soon as I have some time for it. If you file a JIRA for this capability it should be straightforward to include at that point. --Rafael On Thu, Feb 20, 2014 at 7:03 AM, Piotr Kliczewski < [email protected]> wrote: > Hello, > > Is there a way to use jks files for SSLContext configuration in proton-j? > I noticed that in SslEngineFacadeFactory there is only a path to > privatekey and > certificate and single password which is not really used. I would like > to be able to > use my own keymanager and trustmanager arrays or provide paths to both jks > files > together with passwords. > > Piotr > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
