Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSSLVerificationHelper Class Reference

#include <ZoomSDKNetworkService.h>

Inherits NSObject.

Instance Methods

(NSString *) - getCertIssueTo
 The certificate is issued to whom.
 
(NSString *) - getCertIssueBy
 The certificate is issued by whom.
 
(NSString *) - getCertSerialNum
 Get serial number of certificate.
 
(NSString *) - getCertFingerprint
 Get fingerprint of certificate.
 
(void) - trust
 Trust the certificate.
 
(void) - cancel
 Cancel the certificate.
 

Detailed Description

Definition at line 52 of file ZoomSDKNetworkService.h.

Method Documentation

◆ cancel

- (void) cancel

Cancel the certificate.

◆ getCertFingerprint

- (NSString *) getCertFingerprint

Get fingerprint of certificate.

Returns
The fingerprint of the certificate.

◆ getCertIssueBy

- (NSString *) getCertIssueBy

The certificate is issued by whom.

Returns
The user by whom the certificate is issued.

◆ getCertIssueTo

- (NSString *) getCertIssueTo

The certificate is issued to whom.

Returns
The user to whom the certificate is issued.

◆ getCertSerialNum

- (NSString *) getCertSerialNum

Get serial number of certificate.

Returns
The serial number of the certificate.

◆ trust

- (void) trust

Trust the certificate.