Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.15.0
-
None
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
- is part of
-
PROTON-1224 [proton-j] use newer versions of BouncyCastle
- Closed