摘要: Axis2框架下SSL扩展开发问题:所有的SSL鉴权代码都是通过设置全局变量来指定需要使用的证书库和密钥库,然而我需要根据业务上的请求来指定访问其他服务器的证书和密钥。但是使用全局变量会导致冲突。 System.setProperty("javax.net.ssl.trustStore", keyStoreFilePath); System.setProperty("javax.net.ssl.trustStorePassword", "mypassword"); System.setProperty("javax.net. 阅读全文
posted @ 2012-04-08 14:32 SoYoung 阅读(1885) 评论(0) 推荐(0) 编辑