Uses of Class
com.axway.apim.api.model.CaCert
-
Packages that use CaCert Package Description com.axway.apim.adapter com.axway.apim.api -
-
Uses of CaCert in com.axway.apim.adapter
Methods in com.axway.apim.adapter with parameters of type CaCert Modifier and Type Method Description static StringAPIManagerAdapter. getCertInfo(InputStream certificate, String password, CaCert cert) -
Uses of CaCert in com.axway.apim.api
Fields in com.axway.apim.api with type parameters of type CaCert Modifier and Type Field Description protected List<CaCert>API. caCertsMethods in com.axway.apim.api that return types with arguments of type CaCert Modifier and Type Method Description List<CaCert>API. getCaCerts()Method parameters in com.axway.apim.api with type arguments of type CaCert Modifier and Type Method Description voidAPI. setCaCerts(List<CaCert> caCerts)
-