wss4j use merlins and keystores. I have crypto provider, which implements java.security.PrivateKey, but no merlins and no keystores. How can i use objects of java.security.PrivateKey in wss4j?
wss4j use merlins and keystores. I have crypto provider, which implements java.security.PrivateKey, but no merlins and no keystores. How can i use objects of java.security.PrivateKey in wss4j?
You have to implement the org.apache.ws.security.components.crypto.Crypto interface. For example: