Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.CertStoreType

Packages that use CertStoreType
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.configuration.security   
 

Uses of CertStoreType in org.apache.cxf.configuration.jsse.spring
 

Methods in org.apache.cxf.configuration.jsse.spring with parameters of type CertStoreType
static KeyStore TLSParameterJaxBUtils.getKeyStore(CertStoreType pst)
          This method converts a JAXB generated CertStoreType into a KeyStore.
 

Uses of CertStoreType in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as CertStoreType
protected  CertStoreType TrustManagersType.certStore
           
 

Methods in org.apache.cxf.configuration.security that return CertStoreType
 CertStoreType ObjectFactory.createCertStoreType()
          Create an instance of CertStoreType
 CertStoreType TrustManagersType.getCertStore()
          Gets the value of the certStore property.
 

Methods in org.apache.cxf.configuration.security with parameters of type CertStoreType
 void TrustManagersType.setCertStore(CertStoreType value)
          Sets the value of the certStore property.
 


Apache CXF API

Apache CXF