Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently the rest of the broker assumes that a KeyStore/TrustStore is simply a proxy for a file on the file system. Instead we should make KeyStore and TrustStore be providers of KeyManager[]s and and TrustManager[]s respectively. This will allow us to later provide alternate implementations (such as key stores managed inside the configuration itself).
Attachments
Attachments
Issue Links
- relates to
-
QPID-5946 [Java Broker] Add alternative KeyStore implementation that can use standard crt/pem rather than jks files
- Closed