WebLogic如何配置自定义TrustManager?

如题,我想实现:
在WebLogic上运行某应用,使用双向https认证Client,但是TrustStore希望是动态的,也就是说信任CA是变化的。
在Tomcat上可以通过开发自定义SecurityProvider提供一个自定义的TrustManager来实现,那么在WebLogic(9.2或以上版本)上如何实现?

详细说来话长,http://edocs.weblogicfans.net/wls/docs92/security/SSL_client.html

WebLogic 提供 证书 API 。
使用weblogic.security.SSL.TrustManager 和
weblogic.security.SSL.CertPathTrustManager

[b]其他问题可以另起一个提问.[/b]