Title: ACCV
I think it's possible if you make a extension of Merlin doing something like:

...
public class YourMerlinExtension extends Merlin {

    public YourMerlinExtension(Properties config) throws CredentialException, IOException {
        super(decryptPasswords(config));
    }

    public YourMerlinExtension(Properties config, ClassLoader cl) throws CredentialException, IOException {
        super(decryptPasswords(config), cl);
    }
    ...
}

and changing the crypto class implementation in the properties file
org.apache.ws.security.crypto.provider=<YourMerlinExtension >


I hope it helps you


Tomek Sztelak escribió:
I'm afraid its not possible right now, take a look here :

http://issues.apache.org/jira/browse/WSS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel



On 2/13/07, Jacky Shih <[EMAIL PROTECTED]> wrote:
Hi all,

I read the tutorial of XFire's WS-Security setting, in order to use the
WS-Security, property files are needed to included in the classpath. In the
property files e.g.
ENC_PROP_FILE
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
org.apache.ws.security.crypto.merlin.keystore.type=jks
org.apache.ws.security.crypto.merlin.keystore.password=keystorePass
org.apache.ws.security.crypto.merlin.alias.password=aliaspass
org.apache.ws.security.crypto.merlin.keystore.alias=alias
org.apache.ws.security.crypto.merlin.file=META-INF/xfire/myPublicstore.jks

there is a property of keystore password.. can this password property being
encrypted?  or can this keystore property be handled by the password handler
just like the alias.password property?

can anyone give me any suggestions? it is very urgent...

Regards and Thanks!

Jacky

 _______________________________________
 YM - 離線訊息
 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
 http://messenger.yahoo.com.hk




--

Autoridad de Certificación de la Comunidad Valenciana

      Javier Aparicio

      c/Colón, 66 1ª Planta - 46004 Valencia

      [EMAIL PROTECTED]

      Tel: 961961168

Reply via email to