org.apache.cxf.xkms.crypto.impl
Class XkmsCryptoProviderFactory

java.lang.Object
  extended by org.apache.cxf.xkms.crypto.impl.XkmsCryptoProviderFactory
All Implemented Interfaces:
org.apache.cxf.xkms.crypto.CryptoProviderFactory

public class XkmsCryptoProviderFactory
extends Object
implements org.apache.cxf.xkms.crypto.CryptoProviderFactory

For usage in OSGi this factory will be published as a service. Outside OSGi it can be used directly


Constructor Summary
XkmsCryptoProviderFactory(org.w3._2002._03.xkms_wsdl.XKMSPortType xkmsConsumer)
           
 
Method Summary
 org.apache.ws.security.components.crypto.Crypto create()
           
 org.apache.ws.security.components.crypto.Crypto create(org.apache.ws.security.components.crypto.Crypto fallbackCrypto)
           
 org.apache.ws.security.components.crypto.Crypto create(org.apache.cxf.message.Message message)
           
 org.apache.ws.security.components.crypto.Crypto create(org.w3._2002._03.xkms_wsdl.XKMSPortType xkmsClient, org.apache.ws.security.components.crypto.Crypto fallbackCrypto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XkmsCryptoProviderFactory

public XkmsCryptoProviderFactory(org.w3._2002._03.xkms_wsdl.XKMSPortType xkmsConsumer)
Method Detail

create

public org.apache.ws.security.components.crypto.Crypto create(org.apache.cxf.message.Message message)
Specified by:
create in interface org.apache.cxf.xkms.crypto.CryptoProviderFactory

create

public org.apache.ws.security.components.crypto.Crypto create()
Specified by:
create in interface org.apache.cxf.xkms.crypto.CryptoProviderFactory

create

public org.apache.ws.security.components.crypto.Crypto create(org.apache.ws.security.components.crypto.Crypto fallbackCrypto)
Specified by:
create in interface org.apache.cxf.xkms.crypto.CryptoProviderFactory

create

public org.apache.ws.security.components.crypto.Crypto create(org.w3._2002._03.xkms_wsdl.XKMSPortType xkmsClient,
                                                              org.apache.ws.security.components.crypto.Crypto fallbackCrypto)
Specified by:
create in interface org.apache.cxf.xkms.crypto.CryptoProviderFactory


Apache CXF