I need to sign soap documents and I use external device which uses smart card's containing private keys. I have also libraries for device which are JSSE,JCA - compilant.
How can I use JCE,JSSE libraries with wss4j ? Should I create class implementing org.apache.ws.security.components.crypto.Crypto or maybe something else ? If I should implement org.apache.ws.security.components.crypto.Crypto, please tell me, which methods must be implemented and which are optional ? Marcin Cinik
