Uses of Class
org.apache.cxf.configuration.security.CertStoreType
Packages that use CertStoreType
-
Uses of CertStoreType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type CertStoreTypeModifier and TypeMethodDescriptionstatic KeyStoreTLSParameterJaxBUtils.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 CertStoreTypeModifier and TypeFieldDescriptionprotected CertStoreTypeTrustManagersType.certStoreThis element contains the CertStore used as a trust store.Methods in org.apache.cxf.configuration.security that return CertStoreTypeModifier and TypeMethodDescriptionObjectFactory.createCertStoreType()Create an instance ofCertStoreTypeTrustManagersType.getCertStore()Gets the value of the certStore property.Methods in org.apache.cxf.configuration.security with parameters of type CertStoreTypeModifier and TypeMethodDescriptionvoidTrustManagersType.setCertStore(CertStoreType value) Sets the value of the certStore property.