Methods of the SSLConfig Class
The methods of the SSLConfig class are used to set the certificate path and password. The following describes the main methods (excluding the get method):
Method |
Description |
---|---|
public String setSelfCertPath(String selfCertPath) |
Sets the absolute path of a client certificate. |
public String setSelfCertPwd(String selfCertPwd) |
Sets the password of the client certificate. |
public String setTrustCAPath(String trustCAPath) |
Sets the absolute path of the server CA certificate. |
public String setTrustCAPwd(String trustCAPwd) |
Sets the password of the server CA certificate. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot