In Tomcat (7.x+), there is a provision to hook in a custom implementation for trust manager by mentioning class name in connector's trustManagerClassName attribute.
https://bz.apache.org/bugzilla/show_bug.cgi?id=48208 https://tomcat.apache.org/tomcat-7.0-doc/config/http.html I need to implement a custom key manager along with custom trust manager. Wanted to confirm if there is any way currently to hook in custom key manager ? If not, can this enhancement be taken and Tomcat can expose something like " keyManagerClassName" ? Appreciate your inputs. Thanks, Amit