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

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

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.impl
 

Constructors in org.apache.cxf.xkms.crypto.impl with parameters of type XKMSClientCache
XkmsCryptoProvider(org.w3._2002._03.xkms_wsdl.XKMSPortType xkmsConsumer, org.apache.ws.security.components.crypto.Crypto defaultCrypto, XKMSClientCache xkmsClientCache)
           
 



Apache CXF