Apache CXF API

Uses of Interface
org.apache.cxf.xkms.cache.XKMSClientCache

Packages that use XKMSClientCache
org.apache.cxf.xkms.cache   
org.apache.cxf.xkms.crypto.provider   
 

Uses of XKMSClientCache in org.apache.cxf.xkms.cache
 

Classes in org.apache.cxf.xkms.cache that implement XKMSClientCache
 class EHCacheXKMSClientCache
          An in-memory EHCache implementation of the XKMSClientCache interface.
 

Uses of XKMSClientCache in org.apache.cxf.xkms.crypto.provider
 

Constructors in org.apache.cxf.xkms.crypto.provider with parameters of type XKMSClientCache
XkmsCryptoProvider(XKMSPortType xkmsConsumer, org.apache.wss4j.common.crypto.Crypto fallbackCrypto, XKMSClientCache xkmsClientCache, boolean allowX509FromJKS)
           
 


Apache CXF API

Apache CXF