Class WebServiceCertificateInfo

java.lang.Object
com.mendix.core.conf.WebServiceCertificateInfo

@Deprecated public class WebServiceCertificateInfo extends Object
Deprecated.
replaced by com.mendix.http.ICertificateInfo
Represents web-service certificate information.
  • Constructor Details

    • WebServiceCertificateInfo

      public WebServiceCertificateInfo(String serviceName, File certificateFile, String password)
      Deprecated.
  • Method Details

    • getCertificateInputStream

      public InputStream getCertificateInputStream() throws IOException
      Deprecated.
      Throws:
      IOException
    • getPassword

      public String getPassword()
      Deprecated.
    • getServiceName

      public String getServiceName()
      Deprecated.