Uses of Interface
org.w3._2002._03.xkms_wsdl.XKMSPortType
-
Packages that use XKMSPortType Package Description org.apache.cxf.xkms.client org.apache.cxf.xkms.crypto org.apache.cxf.xkms.crypto.provider org.apache.cxf.xkms.service org.w3._2002._03.xkms_wsdl -
-
Uses of XKMSPortType in org.apache.cxf.xkms.client
Methods in org.apache.cxf.xkms.client that return XKMSPortType Modifier and Type Method Description static XKMSPortTypeXKMSClientFactory. create(String endpointAddress, Bus bus)Constructors in org.apache.cxf.xkms.client with parameters of type XKMSPortType Constructor Description XKMSInvoker(XKMSPortType xkmsConsumer) -
Uses of XKMSPortType in org.apache.cxf.xkms.crypto
Methods in org.apache.cxf.xkms.crypto with parameters of type XKMSPortType Modifier and Type Method Description org.apache.wss4j.common.crypto.CryptoCryptoProviderFactory. create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)Create with overridden XKMSPortType and fallbackCryptoorg.apache.wss4j.common.crypto.CryptoCryptoProviderFactory. create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)Create with overridden XKMSPortType, fallbackCrypto and control of getting X509 from local keystore -
Uses of XKMSPortType in org.apache.cxf.xkms.crypto.provider
Methods in org.apache.cxf.xkms.crypto.provider with parameters of type XKMSPortType Modifier and Type Method Description org.apache.wss4j.common.crypto.CryptoXkmsCryptoProviderFactory. create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)org.apache.wss4j.common.crypto.CryptoXkmsCryptoProviderFactory. create(XKMSPortType xkmsClient, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)Constructors in org.apache.cxf.xkms.crypto.provider with parameters of type XKMSPortType Constructor Description XkmsCryptoProvider(XKMSPortType xkmsConsumer)XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto)XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, boolean allowX509FromJKS)XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, XKMSClientCache xkmsClientCache, boolean allowX509FromJKS)XkmsCryptoProviderFactory(XKMSPortType xkmsConsumer) -
Uses of XKMSPortType in org.apache.cxf.xkms.service
Classes in org.apache.cxf.xkms.service that implement XKMSPortType Modifier and Type Class Description classXKMSService -
Uses of XKMSPortType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl that return XKMSPortType Modifier and Type Method Description XKMSPortTypeXKMSService. getXKMSPort()XKMSPortTypeXKMSService. getXKMSPort(javax.xml.ws.WebServiceFeature... features)
-