Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-1295

[proton-j] some unencrypted private keys won't load

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • proton-0.15.0
    • None
    • proton-j

    Description

      In SslEngineFacadeFactory, line 469,

      privateKey = (PrivateKey) getPrivateKeyMethod.invoke(pemObject);

      I think should read

      privateKey = (PrivateKey) getPrivateKeyMethod.invoke(keyConverter, pemObject);

      At the moment it throws an exception on method evocation since the method doesn't exist in pemObject.

      Attachments

        Issue Links

          Activity

            People

              robbie Robbie Gemmell
              devans Daniel Evans
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: