Uses of Class
org.apache.cxf.configuration.security.CertStoreType
-
Packages that use CertStoreType Package Description 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 Modifier and Type Method Description static 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 CertStoreType Modifier and Type Field Description protected CertStoreTypeTrustManagersType. certStoreThis element contains the CertStore used as a trust store.Methods in org.apache.cxf.configuration.security that return CertStoreType Modifier and Type Method Description CertStoreTypeObjectFactory. createCertStoreType()Create an instance ofCertStoreTypeCertStoreTypeTrustManagersType. getCertStore()Gets the value of the certStore property.Methods in org.apache.cxf.configuration.security with parameters of type CertStoreType Modifier and Type Method Description voidTrustManagersType. setCertStore(CertStoreType value)Sets the value of the certStore property.
-