Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Two classes are marked as @Deprecated but still used:
- KeyStoreSupplier
- SSLContextWithKeysSupplier
The TODO comment on top of both says
this code needs to be completely refactored. It needs to stop using KeyStore of at all possible and definitely the local filesystem. Please look at oauth for examples on how to do this via PEMs.