Apache CXF API

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

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

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

Methods in org.apache.cxf.configuration.jsse 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
          This element contains the CertStore used as a trust store.
 

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