* @tc.desc : After the TLSSocket communication connection is successful, obtain the local digital certificate. This interface is only applicable for bidirectional authentication, and use the callback method as an asynchronous method.
* @tc.size : MediumTest
* @tc.type : Method
* @tc.level : Level 2
*/
it('test_Socket_getCertificate_TLS_Error_001', 0,async function (done) {
* @tc.desc : After the TLSSocket communication connection, obtain the local digital certificate. This interface is only applicable for bidirectional authentication, using the Promise method as an asynchronous method.
* @tc.size : MediumTest
* @tc.type : Method
* @tc.level : Level 2
*/
it('test_Socket_getCertificate_TLS_Error_002', 0,async function (done) {
* @tc.desc : After the TLSSocket communication connection is successful, obtain the digital certificate of the server and use the callback method as an asynchronous method.
* @tc.size : MediumTest
* @tc.type : Method
* @tc.level : Level 2
*/
it('test_Socket_getRemoteCertificate_TLS_Error_001', 0,async function (done) {
* @tc.desc : After the TLSSocket communication connection is successful, obtain the digital certificate of the server and use the callback method as an asynchronous method.
* @tc.size : MediumTest
* @tc.type : Method
* @tc.level : Level 2
*/
it('test_Socket_getRemoteCertificate_TLS_Error_002', 0,async function (done) {