Package com.mendix.core.conf
Class WebServiceCertificateInfo
- java.lang.Object
-
- com.mendix.core.conf.WebServiceCertificateInfo
-
@Deprecated public class WebServiceCertificateInfo extends java.lang.Object
Deprecated.replaced by com.mendix.http.ICertificateInfoRepresents web-service certificate information.
-
-
Constructor Summary
Constructors Constructor Description WebServiceCertificateInfo(java.lang.String serviceName, java.io.File certificateFile, java.lang.String password)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.InputStream
getCertificateInputStream()
Deprecated.java.lang.String
getPassword()
Deprecated.java.lang.String
getServiceName()
Deprecated.
-